Metadata-Version: 2.1
Name: svg.elements
Version: 0.7.7
Summary: Svg Elements Parsing
Home-page: https://github.com/meerk40t/svgelements
Author: Tatarize
Author-email: tatarize@gmail.com
License: MIT
Keywords: svg,path,elements,matrix
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Multimedia :: Graphics :: Editors :: Vector-Based
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown

# svg.elements

Project renamed to `svgelements`

* Use `svgelements` instead.

After the last major version, 0.7.6 the name was changed to omit the `.` it was not pythonic. It was intended to mimic svg.path's name. However, the scaffolding needed to support the illicit `.` made it hard to include in other projects.

Several versions of `svgelements` supported Python 2.7 before Python 2 EOL on January 1, 2020. And a branch is availible at the github, though the master branch will very likely still be fully compatible.  

# License

This module is under a MIT License.

# Installing

`pip install svgelements`


