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
|
Source: svgwrite
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller@debian.org>
Build-Depends: debhelper (>=11),
dh-python,
python-all,
python-pyparsing,
python-pytest,
python-setuptools,
python3-all,
python3-pyparsing,
python3-pytest,
python3-setuptools
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/python-team/modules/svgwrite.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/svgwrite
Homepage: https://pypi.python.org/pypi/svgwrite
Package: python-svgwrite
Architecture: all
Depends: python-pyparsing (>= 2.0.1), ${python:Depends}, ${misc:Depends}
Suggests: python-svgwrite-doc
Description: library to create SVG drawings (Python 2)
Programmatically create Scalable Vector Graphics (SVG).
.
This package installs the library for Python 2.
Package: python3-svgwrite
Architecture: all
Depends: python3-pyparsing (>= 2.0.1), ${python3:Depends}, ${misc:Depends}
Suggests: python-svgwrite-doc
Description: library to create SVG drawings (Python 3)
Programmatically create Scalable Vector Graphics (SVG).
.
This package installs the library for Python 3.
Package: python-svgwrite-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: library to create SVG drawings (common documentation)
Programmatically create Scalable Vector Graphics (SVG).
.
This package provides examples for the use of this library.
|