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

bnorick/json-store

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Packages

No packages published

Languages

  • Python 100.0%