Metadata-Version: 2.0
Name: shove-git
Version: 0.1.0
Summary: Object storage frontend using Git
Home-page: https://bitbucket.org/lcrees/shove_git
Author: L. C. Rees
Author-email: lcrees@gmail.com
License: BSD
Keywords: object storage persistence database git
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.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Framework :: Setuptools Plugin
Requires-Dist: shove (>=0.6.4)
Requires-Dist: dulwich

git versioned `shove <https://pypi.python.org/pypi/shove>`_ store.

*shove*'s URI for git-based stores uses the form:

git://<path>

Where *<path>* is a URL path to a git repository on a local filesystem.
Alternatively, a native pathname to the repository can be passed as the
*engine* argument.

