Metadata-Version: 2.1
Name: pyinkscape
Version: 0.1a3
Summary: A library to manipulate Inkscape SVG content using Python 3
Home-page: https://github.com/letuananh/pyinkscape
Author: Le Tuan Anh
Author-email: tuananh.ke@gmail.com
License: MIT License
Project-URL: Bug Tracker, https://github.com/letuananh/pyinkscape/issues
Project-URL: Source Code, https://github.com/letuananh/pyinkscape/
Description: # pyinkscape
        
        [![ReadTheDocs Badge](https://readthedocs.org/projects/pyinkscape/badge/?version=latest&style=plastic)](https://pyinkscape.readthedocs.io/)
        
        A library to manipulate Inkscape SVG content using Python 3
        
        ## A quick look
        
        To run piechart demo, please try:
        ```bash
        python3 -m pip install --user pyinkscape
        python3 demo_piechart.py
        ```
        
        ![Pie chart Inkscape/SVG Demo](./web/pie.svg)
        
        ## Useful Links
        
        - pyInkscape documentation: https://pyinkscape.readthedocs.io/
        - pyInkscape on PyPI: https://pypi.org/project/pyinkscape/
        - Soure code: https://github.com/letuananh/pyinkscape/
        
Keywords: python3 inkscape svg
Platform: any
Classifier: Programming Language :: Python
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Multimedia :: Graphics :: Editors :: Vector-Based
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Provides-Extra: dev
