Metadata-Version: 1.1
Name: shove-lmdb
Version: 0.1.0
Summary: Object storage frontend using LMDB
Home-page: https://bitbucket.org/lcrees/shove-lmdb
Author: L. C. Rees
Author-email: lcrees@gmail.com
License: BSD
Description: Support for using LMDB as a `shove<https://pypi.python.org/pypi/shove>`_ store.
        
        *shove*'s URI for LMDB uses the form:
        
        lmdb://<path>
        
        Where <path> is a URL path to a LMDB database. Alternatively, the native
        filesystem pathname to a LMDB database can be passed as the *engine* parameter.
Keywords: object storage persistence database lmdb
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Database :: Front-Ends
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Framework :: Setuptools Plugin
