Metadata-Version: 2.0
Name: django-datadownloader
Version: 0.1.0
Summary: 
Requires-Dist: Django (>=1.7)
Requires-Dist: dr-dump (>=0.2.5)

Django app tool that add an admin interface for manage archives of database's
json dumps and/or media datas

Home-page: http://pypi.python.org/pypi/django-datadownloader
Author: Philippe Lafaye
Author-email: lafaye@emencia.com
License: GNU Affero General Public License v3
Description: # django-datadownloader
        
        ## Description
        
        This django app is an app tool that add an admin interface for manage archives
        of database's json dumps and/or media datas.
        
        For the moment, this app use the script build by the
        [emencia-recipe-drdump](https://pypi.python.org/pypi/emencia-recipe-drdump)
        package (we must improve it for directly use
        [dr-dump](https://github.com/emencia/dr-dump) package)
        
        ## Links
        * Pypi page: https://pypi.python.org/pypi/django-datadownloader
        * Github page: https://github.com/emencia/django-datadownloader
        
        ## Changelog
        
        ### 0.1
        
        First version
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.7
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
