Metadata-Version: 2.1
Name: python-sonycisip2
Version: 0.1.5
Summary: A Python package for Sony CISIP 2
Home-page: https://github.com/zimmra/python_sonycisip2
Author: Zimmra
Author-email: payton@zimmerer.io
License: MIT
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
License-File: LICENSE


# python_sonycisip2
Python library to interface with Sony's CISIP2 Protocol

```
python_sonycisip2
├─ LICENSE
├─ README.md
├─ setup.py
└─ src
   └─ python_sonycisip2
      ├─ commandset.py
      ├─ python_sonycisip2.py
      ├─ variables.py
      └─ __init__.py

```
