Metadata-Version: 2.1
Name: svgdatagrabber
Version: 0.1.0
Summary: Get svg data points
Author-email: WANG Hailin <hailin.wang@connect.polyu.hk>
Project-URL: Homepage, https://github.com/haiiliin/svgdatagrabber/
Project-URL: Documentation, https://svgdatagrabber.readthedocs.io/
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
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: Programming Language :: Python :: Implementation :: PyPy
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: shapely
Requires-Dist: svgpathtools
Requires-Dist: typing_extensions
Provides-Extra: graphics
Requires-Dist: qtpy; extra == "graphics"
Requires-Dist: PyQt5; extra == "graphics"
Provides-Extra: io
Requires-Dist: matplotlib; extra == "io"
Requires-Dist: pandas; extra == "io"
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"

# SvgDataGrabber

A Python package for extracting data from SVG files.

- GitHub: [https://github.com/haiiliin/svgdatagrabber/](https://github.com/haiiliin/svgdatagrabber/)
- Documentation: [https://svgdatagrabber.readthedocs.io/en/latest/](https://svgdatagrabber.readthedocs.io/en/latest/)
- PyPI: [https://pypi.org/project/svgdatagrabber/](https://pypi.org/project/svgdatagrabber/)
- Read the Docs: [https://readthedocs.org/projects/svgdatagrabber/](https://readthedocs.org/projects/svgdatagrabber/)
