Metadata-Version: 2.1
Name: CairoSVG
Version: 2.4.2
Summary: A Simple SVG Converter based on Cairo
Home-page: http://www.cairosvg.org/
Author: Guillaume Ayoub
Author-email: community@kozea.fr
License: LGPLv3+
Project-URL: Documentation, https://cairosvg.org/documentation/
Project-URL: Code, https://github.com/Kozea/CairoSVG/
Project-URL: Issue tracker, https://github.com/Kozea/CairoSVG/issues
Project-URL: Donation, https://www.patreon.com/kozea
Keywords: svg,converter,cairo,pdf,png,postscript
Platform: Linux
Platform: macOS
Platform: Windows
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Multimedia :: Graphics :: Graphics Conversion
Requires-Python: >= 3.5
Description-Content-Type: text/x-rst
Requires-Dist: cairocffi
Requires-Dist: cssselect2
Requires-Dist: defusedxml
Requires-Dist: pillow
Requires-Dist: tinycss2
Provides-Extra: doc
Requires-Dist: sphinx ; extra == 'doc'
Requires-Dist: sphinx-rtd-theme ; extra == 'doc'
Provides-Extra: test
Requires-Dist: pytest-runner ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: pytest-flake8 ; extra == 'test'
Requires-Dist: pytest-isort ; extra == 'test'

==========
 CairoSVG
==========

CairoSVG is a SVG converter based on Cairo. It can export SVG files to PDF,
PostScript and PNG files.

For further information, please visit the `CairoSVG Website
<http://www.cairosvg.org/>`_.


