Metadata-Version: 1.0
Name: django-vcstorage
Version: 0.1
Summary: A Django app that provides file storage backends for Mercurial, Git and Bazaar by using anyvc.
Home-page: http://bitbucket.org/jezdez/django-vcstorage/
Author: Jannis Leidel
Author-email: jannis@leidel.info
License: BSD
Description: This is a Django application which provides storage classes that use `anyvc`_
        to commit the uploaded files to one of the following version control systems:
        Bazaar, Mercurial, Git. Besides it's based on Django's usual FileSystemStorage
        backend.
        
        Make sure you've got a current development version of anyvc installed.
        
        .. _anyvc: http://bitbucket.org/RonnyPfannschmidt/anyvc/
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
