Skip to content

Jicehef/pyzigbee

 
 

Repository files navigation

pyzigbee is a library that lets to talk to Legrand zigbee devices through gateways

Build Status Build status Build status Code Health Coverage Status

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

About

Python library to deal with zigbee gateways from Legrand

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 85.5%
  • PowerShell 8.8%
  • Batchfile 2.7%
  • Makefile 2.0%
  • Shell 1.0%