CMD + K

pickleshare

Community

Tiny 'shelve'-like database with concurrency support

Installation

To install this package, run one of the following:

Conda
$conda install conner_org::pickleshare

Usage Tracking

0.7.5
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

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.

About

Summary

Tiny 'shelve'-like database with concurrency support

Last Updated

Nov 18, 2019 at 22:15

License

MIT

Total Downloads

4

Supported Platforms

linux-64