Metadata-Version: 2.0
Name: django-chartwerk
Version: 0.4.1
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.1.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 :: BSD License
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](docs/images/logo.png)

[![PyPI version](https://badge.fury.io/py/django-chartwerk.svg)](https://pypi.org/project/django-chartwerk/)
[![PyPI](https://img.shields.io/pypi/status/django-chartwerk.svg)](https://pypi.org/project/django-chartwerk/)
[![Requirements Status](https://img.shields.io/requires/github/DallasMorningNews/django-chartwerk.svg?maxAge=2592000)](https://requires.io/github/DallasMorningNews/django-chartwerk/requirements/?branch=master)


A Django application to manage, create and share Chartwerk charts, built with [Django REST framework](http://www.django-rest-framework.org/).

For the React/Redux-based chart editor, see [chartwerk-editor](https://github.com/DallasMorningNews/chartwerk-editor).

Documentation hosted at [django-chartwerk.readthedocs.org](https://django-chartwerk.readthedocs.io).


