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
|
Source: cairosvg
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Michael Fladischer <fladi@debian.org>
Build-Depends: debhelper (>= 9),
docbook-to-man,
python-all,
python-setuptools,
python3-all,
python3-setuptools
Standards-Version: 3.9.7
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.0
Homepage: http://cairosvg.org/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/cairosvg.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/cairosvg.git
Package: python-cairosvg
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
python-cairocffi,
python-lxml
Description: SVG to PDF/PS/PNG converter based on Cairo
CairoSVG is a SVG converter based on Cairo. It can export SVG files to PDF,
PostScript and PNG files.
The main part of CairoSVG is a SVG parser, trying to follow the SVG 1.1
recommendation from the W3C. Once parsed, the result is drawn to a Cairo
surface that can be exported to various formats: PDF, PostScript, PNG and
even SVG.
Package: python3-cairosvg
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
python3-cairocffi,
python3-lxml
Description: SVG to PDF/PS/PNG converter based on Cairo (Python3 library)
CairoSVG is a SVG converter based on Cairo. It can export SVG files to PDF,
PostScript and PNG files.
The main part of CairoSVG is a SVG parser, trying to follow the SVG 1.1
recommendation from the W3C. Once parsed, the result is drawn to a Cairo
surface that can be exported to various formats: PDF, PostScript, PNG and
even SVG.
.
This package contains the Python3 version of the library.
|