Metadata-Version: 2.1
Name: betterpyhap
Version: 0.1.0
Summary: A Python implementation of the HomeKit Accessory Protocol (HAP)
Home-page: https://github.com/jkubas/BetterPyHap
Author: jokubas noruisis
Author-email: noruisis.jokubas@example.com
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt

BetterPyHAP
===========

BetterPyHAP is a Python package that provides 
an updated and improved version of the `pyhap` package,
which is used for HomeKit Accessory Protocol (HAP) implementations in Python.

Features
--------

- Easy-to-use Pythonic API for implementing HomeKit accessories and pairing them with iOS devices.
- Compatible with Python 3.6 and above.
- Supports advanced features such as bridging multiple accessories and dynamic service creation.
- Includes improvements and bug fixes over the original `pyhap` package.

Installation
------------

You can install BetterPyHAP via pip:
pip install betterpyhap

-----------

License
BetterPyHAP is licensed under the apache License. See the LICENSE file 
in the source distribution for more information.
