Metadata-Version: 2.1
Name: pysvgedit
Version: 0.0.2
Summary: Native Python library to create and edit SVG documents
Home-page: https://github.com/johndoe31415/pysvgedit
Download-URL: https://github.com/johndoe31415/pysvgedit/archive/v0.0.2.tar.gz
Author: Johannes Bauer
Author-email: joe@johannes-bauer.com
License: gpl-3.0
Keywords: svg
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
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: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# pysvgedit
pysvgedit is a low-level SVG editing library written in native Python. Its
intention is to use vector-editing programs like Inkscape and create scriptable
forms from them.

## License
GNU GPL-3.
