Metadata-Version: 2.0
Name: django-echarts
Version: 0.3.3
Summary: A django app for Echarts integration with pyecharts as chart builder. 
Home-page: https://github.com/kinegratii/django-echarts
Author: Kinegratii
Author-email: kinegratii@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# django-echarts

## Overview

django-echarts provides these features:

- Frontend and backend views
- A javascript file manager
- Data builder library
- A CLI based on django command

## Install

django-echarts supports python3.5+ and Django 1.11 LTS / Django 2.0.

You can install from [pypi](https://pypi.org/project/django-echarts/)

```
pip install django-echarts
```

## Document

See [Online Document](http://django-echarts.readthedocs.io/zh_CN/latest/index.html) for more detail.

## License

This project is under the MIT license, Issues & Pull requests are welcome.


