Metadata-Version: 2.1
Name: naive_svg
Version: 0.0.5
Summary: naive svg writer
Author-Email: district10 <dvorak4tzx@gmail.com>
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
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-Python: >=3.7
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: scipy; extra == "test"
Description-Content-Type: text/markdown

# naive-svg

Upgrated version of [svg.hpp](https://github.com/cubao/naive-svg/blob/master/svg.hpp).

Online document: **[readthedocs](http://pybind11-naive-svg.readthedocs.io/)**

<!--intro-start-->

## Usage

Install:

```bash
python3 -m pip install naive-svg # install from pypi
```
