Metadata-Version: 2.1
Name: ziva
Version: 0.1.0
Summary: Library for communicating with DMS-ziva based devices
Home-page: https://github.com/belingarb/ziva
Author: Bozidar Belingar
Author-email: bozidar.belingar@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Requires-Dist: pyserial (==3.4)


### Description
Library for communicating with DMS-Ziva based devices

### Build and upload package
`python setup.py upload`

### Tests
Run all tests:  
`python -m unittest`

Or run only specific test:  
`python -m unittest tests.test_ziva`


