Metadata-Version: 1.1
Name: django-admin-exporter
Version: 0.2
Summary: Simple admin actions to download/export selected items in CSV, JSON, XML, etc.
Home-page: https://github.com/RyanBalfanz/django-admin-exporter
Author: Ryan Balfanz
Author-email: ryan@ryanbalfanz.net
License: UNKNOWN
Description: django-admin-exporter
        =====================
        
        Simple admin actions to download/export selected items in CSV, JSON, XML, etc.
        
        Build Status
        ------------
        
        [![Build Status](https://travis-ci.org/RyanBalfanz/django-admin-exporter.png?branch=master)](https://travis-ci.org/RyanBalfanz/django-admin-exporter)
        [![Build Status](https://travis-ci.org/RyanBalfanz/django-admin-exporter.png?branch=develop)](https://travis-ci.org/RyanBalfanz/django-admin-exporter)
        
        Install
        -------
        
        	pip install django-admin-exporter
        
        	Add ``admin_exporter`` to your INSTALLED_APPS.
        
        	Add the vairous exporter actions to individual models or site-wide. See the example project for details.
        
        Running the tests
        -----------------
        
        	make test
        
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires: unicodecsv
