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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
Source: python-pygal
Section: python
Priority: optional
Maintainer: Ulises Vitulli <dererk@debian.org>
Uploaders: Agustin Henze <tin@sluc.org.ar>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep:
dh-python,
python-all,
python-cairosvg,
python-flask,
python-pyquery,
python-pytest,
python-pytest-runner,
python-setuptools,
python3-all,
python3-cairosvg,
python3-flask,
python3-pyquery,
python3-pytest,
python3-pytest-runner,
python3-setuptools,
Standards-Version: 4.1.4.1
X-Python-Version: >= 2.7
Homepage: http://pygal.org/
Package: python-pygal
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-pkg-resources
Description: Python svg graph plotting library
dynamic easy to use SVG charting library, featuring graph types:
* Bar charts
* Line charts
* XY charts
* Pie charts
* Radar charts
* Box plot
* Dot charts
* Pyramid charts
* Funnel charts
* Gauge charts
* Worldmap charts
* Country charts
.
This is the Python 2 version of the package.
Package: python3-pygal
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-pkg-resources
Description: Python3 svg graph plotting library
dynamic easy to use SVG charting library, featuring graph types:
* Bar charts
* Line charts
* XY charts
* Pie charts
* Radar charts
* Box plot
* Dot charts
* Pyramid charts
* Funnel charts
* Gauge charts
* Worldmap charts
* Country charts
.
This is the Python 3 version of the package.
|