json-store icon indicating copy to clipboard operation
json-store copied to clipboard

JSON store is a simple replacement for shelve. It writes JSON serialized files and can accept unicode keys. It has no dependencies.

json-store PyPI PyPI - Python Version

JSON Store

JSON store is a simple replacement for shelve. It writes JSON serialized files, accepts unicode keys, tracks whether the store has been changed since last sync. It has no dependencies.

JSON store is not intended for large stores. Everything is in memory and sync() writes the whole store to disk.

For issues and development, see it's GitHub page:

https://github.com/brainsik/json-store