Metadata-Version: 2.1
Name: aiohue
Version: 4.6.2
Summary: Python module to talk to Philips Hue.
Home-page: https://github.com/home-assistant-libs/aiohue
Author: Paulus Schoutsen
Author-email: paulus@paulusschoutsen.nl
License: Apache License 2.0
Description: # 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.
        
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
