Metadata-Version: 2.1
Name: xvg
Version: 2020.3.31.4
Summary: A scriptable vector graphics library
Home-page: https://github.com/lrgstu/xvgpy
Author: Hayden McDonald
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires-Python: ~=3.6
Description-Content-Type: text/markdown

# xvgpy
### A scriptable vector graphics library for Python

---
## **Install** 
```
python3 -m pip install xvg
```
(See: [PyPI package](https://pypi.org/project/xvg/))

---
## **Example** 
```python
from xvg.application import Engine
from xvg.renderers import SVGRenderer

Engine(SVGRenderer()).processFile('image.xvg')
```
(See: [Test Examples](xvg/tests))

(See: [XVG Reference](xvg/tests))

---

