Skip to content

json-store is a simple replacement for Python shelve. It writes JSON serialized files and accepts unicode keys. It has no dependencies.

License

Notifications You must be signed in to change notification settings

brainsik/json-store

Repository files navigation

json-store

json-store PyPI PyPI - Python Version

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

json-store is intended for smaller stores. Everything is kept in memory and sync() writes the whole store to disk.

For issues and development, see:

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

About

json-store is a simple replacement for Python shelve. It writes JSON serialized files and accepts unicode keys. It has no dependencies.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Contributors