Metadata-Version: 2.0
Name: django-chartwerk
Version: 0.4.4
Summary: A Django application to manage, create and share Chartwerk charts.
Home-page: https://github.com/DallasMorningNews/django-chartwerk/
Author: Jon McClure / The Dallas Morning News
Author-email: newsapps@dallasnews.com
License: AGPLv3
Download-URL: https://github.com/DallasMorningNews/django-chartwerk/archive/0.4.4.tar.gz
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.9
Classifier: Framework :: Django :: 1.10
Classifier: Framework :: Django :: 1.11
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Dist: Django (>=1.9)
Requires-Dist: Pillow
Requires-Dist: PyGithub (>=1.29)
Requires-Dist: boto3 (>=1.4.0)
Requires-Dist: celery (>=4.0.0)
Requires-Dist: django-uuslug (>=1.1.8)
Requires-Dist: djangorestframework (>=2.4)
Requires-Dist: psycopg2 (>=2.5.4)
Requires-Dist: slacker (>=0.9)

|chartwerk|
===========

| |PyPI version|   |PyPI|   |Requirements Status|

A Django application to manage, create and share Chartwerk charts, built
with `Django REST framework`_.

For the React/Redux-based chart editor, see `chartwerk-editor`_.

Documentation hosted at `django-chartwerk.readthedocs.org`_.

.. _Django REST framework: http://www.django-rest-framework.org/
.. _chartwerk-editor: https://github.com/DallasMorningNews/chartwerk-editor
.. _django-chartwerk.readthedocs.org: https://django-chartwerk.readthedocs.io

.. |chartwerk| image:: docs/images/logo.png
.. |PyPI version| image:: https://badge.fury.io/py/django-chartwerk.svg
   :target: https://pypi.org/project/django-chartwerk/
.. |PyPI| image:: https://img.shields.io/pypi/status/django-chartwerk.svg
   :target: https://pypi.org/project/django-chartwerk/
.. |Requirements Status| image:: https://img.shields.io/requires/github/DallasMorningNews/django-chartwerk.svg?maxAge=2592000
   :target: https://requires.io/github/DallasMorningNews/django-chartwerk/requirements/?branch=master


