Metadata-Version: 2.1
Name: aiohue-BenoitAnastay
Version: 4.4.1
Summary: Fork of aiohue.
Home-page: https://github.com/BenoitAnastay/aiohue
Author: Benoit Anastay
Author-email: benoit@cg1.fr
License: Apache License 2.0
Platform: any
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp
Requires-Dist: asyncio-throttle
Requires-Dist: awesomeversion

# Aiohue

## Asynchronous library to control Philips Hue

Requires Python 3.8+ and uses asyncio and aiohttp.

For usage examples, see the examples folder.

## Hue Bridge version

This library supports both the new style V2 API (only available on V2 bridges) and the old style V1 API.
The biggest advantage of the V2 API is that it supports event based updates so polling is not required.

## Contribution guidelines

Object hierarchy and property/method names should match the Philips Hue API.
