File: control

package info (click to toggle)
python-pygal 2.4.0-2.2
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 660 kB
  • sloc: python: 7,113; makefile: 9
file content (38 lines) | stat: -rw-r--r-- 892 bytes parent folder | download | duplicates (2)
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-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,
 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: 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.