1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
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.
|