K 10 svn:author V 4 miwi K 8 svn:date V 27 2016-01-04T07:22:15.217802Z K 7 svn:log V 417 PickleShare - 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. WWW: https://github.com/vivainio/pickleshare/ PR: 205514 Submitted by: Yuri Victorovich END