pyhap
pyhap copied to clipboard
Python implementation of HomeKit Accessory Protocol
pyhap
.. image:: https://travis-ci.org/condemil/pyhap.svg?branch=master :target: https://travis-ci.org/condemil/pyhap
.. image:: https://img.shields.io/pypi/v/pyhap.svg :target: https://pypi.python.org/pypi/pyhap
.. image:: https://coveralls.io/repos/github/condemil/pyhap/badge.svg :target: https://coveralls.io/github/condemil/pyhap
The project is on early stage, the API may change. Use version pinning to prevent unexpected changes.
Requirements
- Python 3.6+
cryptography <https://pypi.python.org/pypi/cryptography>_ed25519 <https://pypi.python.org/pypi/ed25519>_zeroconf <https://pypi.python.org/pypi/zeroconf>_
Installation
$ pip install pyhap
Or add pyhap to your application's requirements.txt / setup.py / Pipfile.
Usage
Check examples <https://github.com/condemil/pyhap/tree/master/examples>_