Metadata-Version: 2.1
Name: svg2tikz
Version: 2.1.0
Summary: Tools for converting SVG graphics to TikZ/PGF code
License: GNU GPL
Author: ldevillez
Author-email: louis.devillez@gmail.com
Maintainer: ldevillez
Maintainer-email: louis.devillez@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
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
Requires-Dist: inkex (>=1.2.2,<2.0.0)
Requires-Dist: lxml
Description-Content-Type: text/markdown

# SVG2TikZ (Inkscape 1.x.x compatible)
[![Documentation Status](https://readthedocs.org/projects/svg2tikz/badge/?version=latest)](https://svg2tikz.readthedocs.io/en/latest/?badge=latest)
[![PyPI version](https://badge.fury.io/py/svg2tikz.svg)](https://badge.fury.io/py/svg2tikz)

SVG2TikZ, formally known as Inkscape2TikZ ,are a set of tools for converting SVG graphics to TikZ/PGF code.
This project is licensed under the GNU GPL  (see  the [LICENSE](/LICENSE) file).

## Documentation and installation
`SVG2TikZ` is now available on pypi so you can install it with if you want to use it with a command line. You can install the package with the following command:

```
pip install svg2tikz
```

All the informations to install (as an inkscape extension) and use `SVG2TikZ` can be found in our [Documentation](https://svg2tikz.readthedocs.io/en/latest).


## Changes and Bug fixes

A complete changelog is available in the [CHANGELOG.md](CHANGELOG.md) file.

