Metadata-Version: 2.1
Name: xvg
Version: 2020.3.31.2
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: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# xvgpy
A scriptable vector graphics library for Python

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

### **Testing**
(See: [Testing reference](https://docs.python.org/3/library/unittest.html))
```
python3 -m unittest
```

### **Publishing**
(See: [Publishing reference](https://packaging.python.org/tutorials/packaging-projects/))
```
python3 -m pip install --user --upgrade setuptools wheel
python3 setup.py sdist bdist_wheel

python3 -m pip install --user --upgrade twine
python3 -m twine upload dist/*
```

---
(See: [TODOs](TODOS.md))


