Metadata-Version: 1.1
Name: shelve2
Version: 1.0
Summary: Persistent dictionary with modular serialiser support
Home-page: https://bitbucket.org/fk/shelve2
Author: Felix Krull
Author-email: f_krull@gmx.de
License: Python Software Foundation License
Download-URL: https://pypi.python.org/pypi/shelve2
Description: An expanded drop-in replacement for the ``shelve`` module with modular support
        for additional serialisers. JSON support is provided as a more secure
        alternative to pickle.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
