Skip to content

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

License

Notifications You must be signed in to change notification settings

daq-tools/json-store

 
 

Repository files navigation

Build Status

JSON Store

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.

Note, JSON store is intended for small 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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%