https://github.com/pierreroth64/pyzigbee
Python library to deal with zigbee gateways from Legrand
https://github.com/pierreroth64/pyzigbee
legrand library python zigbee
Last synced: about 1 year ago
JSON representation
Python library to deal with zigbee gateways from Legrand
- Host: GitHub
- URL: https://github.com/pierreroth64/pyzigbee
- Owner: pierreroth64
- Created: 2015-05-27T13:20:34.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-04-21T13:50:28.000Z (about 9 years ago)
- Last Synced: 2023-08-13T07:33:41.665Z (almost 3 years ago)
- Topics: legrand, library, python, zigbee
- Language: Python
- Homepage:
- Size: 3.63 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pyzigbee is a library that lets to talk to Legrand zigbee devices through gateways
[](https://travis-ci.org/pierreroth64/pyzigbee)
[](https://ci.appveyor.com/project/pierreroth64/pyzigbee) [](http://pyzigbee.readthedocs.org/en/latest/) [](https://landscape.io/github/pierreroth64/pyzigbee/master) [](https://coveralls.io/github/pierreroth64/pyzigbee?branch=master)
Installation
------------
If you only want to install the library:
python setup.py install
or with python installer:
pip install .
Use the python installer to install other dependencies that may be needed to run tests or build documentation:
pip install -r requirements.txt
Testing
-------
To run the full test suite, from the top directory:
make test
Documentation
-------------
Latest documentattion can be found here: http://pyzigbee.readthedocs.org/en/latest/
Other formats and older versions: https://readthedocs.org/projects/pyzigbee/
To build the documentation:
make doc
Contributing
------------
You may want to submit some pull requests. Make sure the following command runs without any error:
make check