Metadata-Version: 2.1
Name: django-spreadsheet
Version: 0.1.0.dev0
Summary: Create a spreadsheet from the database with minimal code
Home-page: https://github.com/aptiko/django-spreadsheet
Author: Antonis Christofides
Author-email: antonis@antonischristofides.com
License: BSD license
Keywords: django-spreadsheet
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Requires-Dist: django (<4,>=2.2)
Requires-Dist: openpyxl (<4,>=3)

==================
django-spreadsheet
==================


.. image:: https://img.shields.io/pypi/v/django_spreadsheet.svg
        :target: https://pypi.python.org/pypi/django_spreadsheet

.. image:: https://img.shields.io/travis/aptiko/django_spreadsheet.svg
        :target: https://travis-ci.com/aptiko/django_spreadsheet

.. image:: https://readthedocs.org/projects/django-spreadsheet/badge/?version=latest
        :target: https://django-spreadsheet.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status


.. image:: https://pyup.io/repos/github/aptiko/django_spreadsheet/shield.svg
     :target: https://pyup.io/repos/github/aptiko/django_spreadsheet/
     :alt: Updates



Create a spreadsheet from the database with minimal code


* Free software: BSD license
* Documentation: https://django-spreadsheet.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


