pickleshare
Tiny 'shelve'-like database with concurrency support
Tiny 'shelve'-like database with concurrency support
To install this package, run one of the following:
PickleShare is a small "shelve" like datastore with concurrency support. Like shelve, a PickleShareDB object acts like a normal dictionary. Unlike shelve, many processes can access the database simultaneously. Changing a value in database is immediately visible to other processes accessing the same database.
Summary
Tiny 'shelve'-like database with concurrency support
Last Updated
Nov 19, 2019 at 13:37
License
MIT
Total Downloads
2
GitHub Repository
https://github.com/pickleshare/pickleshareDocumentation
https://pypi.python.org/pypi/pickleshare