Metadata-Version: 2.1
Name: patchbay
Version: 0.0.5
Summary: High level automation and device communication.
Home-page: https://github.com/anderson-pa/patchbay
Author: Phillip Anderson
Author-email: python.patchbay@gmail.com
License: Fair Source 0.9 [10]
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Development Status :: 1 - Planning
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pint

# Patchbay

from docs:
```sphinx-apidoc -f -o source/ ../patchbay/```

then from project root:
```python3 setup.py build-sphinx```

