0 purchases
pbox 2.6.0
Pbox is a simple module that makes it easier to handle persistent data using pickle or json.
You don’t need to worry about writing and reading external files as well as packing and unpacking
your objects to and from dictionaries. It’s all done for you!
Source code and documentation can be found here.
Changelog
Version 2.6.0:
Added option to use json instead of pickle.
Methods datafile and cached were added to manually overwrite the box contents.
Version 2.5.4:
Expanding documentation.
Minor code refactoring.
Version 2.5.3:
Minor code refactoring.
Version 2.5.2:
Fixed issue that prevented to dump objects living inside functions or classes.
Version 2.5.1:
Added cache_datafile property to save the data-file content into cache.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.