Metadata-Version: 2.4 Name: aiohue Version: 4.8.1 Summary: Python module to talk to Philips Hue. Author-email: Paulus Schoutsen , Marcel van der Veldt License: Apache-2.0 Platform: any Classifier: Environment :: Console Classifier: Programming Language :: Python :: 3.11 Classifier: Programming Language :: Python :: 3.12 Requires-Python: >=3.11 Description-Content-Type: text/markdown License-File: LICENSE Requires-Dist: aiohttp Requires-Dist: asyncio-throttle Requires-Dist: awesomeversion Provides-Extra: test Requires-Dist: codespell==2.4.1; extra == "test" Requires-Dist: mypy==1.19.1; extra == "test" Requires-Dist: pre-commit==4.5.1; extra == "test" Requires-Dist: pre-commit-hooks==6.0.0; extra == "test" Requires-Dist: pylint==4.0.4; extra == "test" Requires-Dist: pytest==9.0.2; extra == "test" Requires-Dist: pytest-asyncio==1.3.0; extra == "test" Requires-Dist: pytest-aiohttp==1.1.0; extra == "test" Requires-Dist: pytest-cov==7.0.0; extra == "test" Requires-Dist: ruff==0.14.13; extra == "test" Requires-Dist: safety==3.7.0; extra == "test" Dynamic: license-file # Aiohue ## Asynchronous library to control Philips Hue Requires Python 3.10+ 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.