Metadata-Version: 2.0
Name: zigate
Version: 0.2.0
Summary: python library for the zigate gateway
Home-page: https://github.com/doudz/zigate
Author: Sébastien RAMAGE
Author-email: sebastien.ramage@gmail.com
License: UNKNOWN
Keywords: zigate zigbee python3
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.5
Requires-Python: >=3
Requires-Dist: pyserial

# zigate
python lib for zigate http://zigate.fr/

based on https://github.com/elric91/ZiGate

WARNING : unusable NOW, dev in progress..

Usage :

```
import zigate
z = zigate.ZiGate()

# list devices
z.list_devices()

# start inclusion mode
z.permit_join()
```

