66 lines
2.6 KiB
Plaintext
66 lines
2.6 KiB
Plaintext
Metadata-Version: 2.4
|
|
Name: CairoSVG
|
|
Version: 2.8.2
|
|
Summary: A Simple SVG Converter based on Cairo
|
|
Home-page: https://courtbouillon.org/cairosvg
|
|
Author: Guillaume Ayoub
|
|
Author-email: contact@courtbouillon.org
|
|
License: LGPL-3.0-or-later
|
|
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://opencollective.com/courtbouillon
|
|
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: Operating System :: OS Independent
|
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
Classifier: Programming Language :: Python :: 3.9
|
|
Classifier: Programming Language :: Python :: 3.10
|
|
Classifier: Programming Language :: Python :: 3.11
|
|
Classifier: Programming Language :: Python :: 3.12
|
|
Classifier: Programming Language :: Python :: 3.13
|
|
Classifier: Topic :: Multimedia :: Graphics :: Graphics Conversion
|
|
Requires-Python: >=3.9
|
|
Description-Content-Type: text/x-rst
|
|
License-File: LICENSE
|
|
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; extra == "test"
|
|
Requires-Dist: flake8; extra == "test"
|
|
Requires-Dist: isort; extra == "test"
|
|
Dynamic: license-file
|
|
|
|
CairoSVG is an SVG converter based on Cairo. It can export SVG files to PDF,
|
|
EPS, PS, and PNG files.
|
|
|
|
* Free software: LGPL license
|
|
* For Python 3.9+
|
|
* Documentation: https://cairosvg.org/documentation/
|
|
* Changelog: https://github.com/Kozea/CairoSVG/releases
|
|
* Code, issues, tests: https://github.com/Kozea/CairoSVG
|
|
* Code of conduct: https://www.courtbouillon.org/code-of-conduct
|
|
* Professional support: https://www.courtbouillon.org
|
|
* Donation: https://opencollective.com/courtbouillon
|
|
|
|
CairoSVG has been created and developed by Kozea (https://kozea.fr).
|
|
Professional support, maintenance and community management is provided by
|
|
CourtBouillon (https://www.courtbouillon.org).
|
|
|
|
Copyrights are retained by their contributors, no copyright assignment is
|
|
required to contribute to CairoSVG. Unless explicitly stated otherwise, any
|
|
contribution intentionally submitted for inclusion is licensed under the LGPL
|
|
license, without any additional terms or conditions. For full
|
|
authorship information, see the version control history.
|