Metadata-Version: 1.2
Name: zigate
Version: 0.2.1
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
Description: # 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()
        ```
Keywords: zigate zigbee python3
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.5
Requires-Python: >=3
