Metadata-Version: 2.1
Name: django-table-renderers
Version: 1.0.0
Summary: Simple django rest framework renderers for converting python representations to tables to .xlsx or a group of .tgz'd .csv files.
Home-page: https://github.com/anadon/django_table_renderers
Author: Josh Marshall
Author-email: joshua.r.marshall.1991@gmail.com
License: UNKNOWN
Description: # Table Renderers
        
        These are basic methods to serialize tables in Python to common file formats.
        Each takes the return value from a Django endpoint using rest-framework of the
        form {str: {str: []}} and converts it into either a .tgz'd set of .csv files or
        a .xlsx with multiple pages.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Environment :: Other Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
