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
Feb 22, 2024 at 07:49
License
MIT
Total Downloads
1
Supported Platforms
GitHub Repository
https://github.com/pickleshare/pickleshareDocumentation
https://pypi.python.org/pypi/pickleshare