Metadata-Version: 1.0
Name: json-store
Version: 2.1
Summary: A shelve-like store using JSON serialization.
Home-page: https://github.com/brainsik/json-store
Author: jeremy avnet
Author-email: brainsik-code@theory.org
License: MIT License
Download-URL: http://pypi.python.org/packages/source/j/json-store/json-store-2.1.tar.gz
Description: 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.
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
