Metadata-Version: 2.1
Name: zwave-me-ws
Version: 0.3.0
Summary: Library, implementing websocket connection to ZWave-Me
Home-page: https://github.com/Z-Wave-Me/zwave-me-ws
License: MIT
Author: Dmitry Vlasov
Author-email: kerbalspacema@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: websocket-client (>=1.2.1,<2.0.0)
Project-URL: Repository, https://github.com/Z-Wave-Me/zwave-me-ws
Description-Content-Type: text/markdown

ZWave-Me-WS is a websocket connection library to a ZWave-Me instance
**Usage**

To install this package use:

`pip install zwave-me-ws`

To use the connector:

```
from zwave_me_ws import ZWaveMe

api = ZWaveMe()
```


