Source: cairosvg Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Michael Fladischer 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.