Metadata-Version: 2.0
Name: pyhap
Version: 0.1.1
Summary: Python implementation of HomeKit Accessory Protocol
Home-page: https://github.com/condemil/pyhap
Author: Dmitry Budaev
Author-email: UNKNOWN
License: MIT
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Home Automation
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.6.0
Requires-Dist: cryptography
Requires-Dist: ed25519
Requires-Dist: zeroconf

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>`

