Source: python-chartkick
Section: python
Priority: extra
Maintainer: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Build-Depends: debhelper (>=9),
               dh-python,
               python-all,
               python-setuptools,
               python3-all,
               python3-setuptools,
Standards-Version: 3.9.8
Homepage: https://github.com/mher/chartkick.py
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-chartkick.git
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-chartkick.git
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3

Package: python-chartkick
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
         ${python:Depends},
Description: create beautiful JavaScript charts with minimal code (Python 2)
 chartkick provides a beautiful JavaScript charts. It supports Chart.js, Google
 Charts, and Highcharts, and works with Django, Flask/Jinja2.
 .
 This package provides Python 2 library.

Package: python3-chartkick
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
         ${python3:Depends},
Description: create beautiful JavaScript charts with minimal code (Python 3)
 chartkick provides a beautiful JavaScript charts. It supports Chart.js, Google
 Charts, and Highcharts, and works with Django, Flask/Jinja2.
 .
 This package provides Python 3 library.
