Metadata-Version: 2.1
Name: zwave-js-server-python
Version: 0.1
Summary: Python wrapper for zwave-js-server
Home-page: https://github.com/home-assistant-libs/zwave-js-server-python
Author: Home Assistant Team
Author-email: hello@home-assistant.io
License: UNKNOWN
Download-URL: https://github.com/home-assistant-libs/zwave-js-server-python
Description: # zwave-js-server-python
        
        Python library for communicating with zwave-js-server. Goal for this library is to replicate the structure and the events of Z-Wave JS 1:1. So it has a `Driver`, `Controller` and `Node` classes.
        
        ## Trying it out
        
        ```shell
        python3 -m zwave_js_server ws://localhost:3000/zjs
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Home Automation
Requires-Python: >=3.7
Description-Content-Type: text/markdown
