Metadata-Version: |
2.1 |
Name: |
hue-api |
Version: |
0.4.8 |
Summary: |
Async API and CLI tools for interacting with Hue Lights |
Author: |
Nirantak Raghav |
Author-Email: |
hey[at]nirantak.com |
Home-Page: |
https://hue-api.nirantak.com |
Project-Url: |
Changelog, https://hue-api.nirantak.com/CHANGELOG/ |
Project-Url: |
Documentation, https://hue-api.nirantak.com/ |
Project-Url: |
Source, https://github.com/nirantak/hue-api |
Keywords: |
hue, lights, async, automation |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Natural Language :: English |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Typing :: Typed |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Topic :: Software Development |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: Information Technology |
Requires-Python: |
~=3.8 |
Requires-Dist: |
httpx (~=0.23.0) |
Requires-Dist: |
typer[all] (~=0.6.1) |
Requires-Dist: |
rich (~=12.5.1) |
Requires-Dist: |
black; extra == "dev" |
Requires-Dist: |
coverage; extra == "dev" |
Requires-Dist: |
flake8; extra == "dev" |
Requires-Dist: |
pre-commit; extra == "dev" |
Requires-Dist: |
tox; extra == "dev" |
Requires-Dist: |
mkdocs (~=1.4.0); extra == "doc" |
Requires-Dist: |
mkdocs-material (~=8.5.3); extra == "doc" |
Requires-Dist: |
mkdocstrings[python-legacy] (~=0.19.0); extra == "doc" |
Requires-Dist: |
pytest (~=7.1.3); extra == "test" |
Requires-Dist: |
pytest-asyncio; extra == "test" |
Requires-Dist: |
pytest-mock; extra == "test" |
Requires-Dist: |
pytest-cov; extra == "test" |
Requires-Dist: |
Faker; extra == "test" |
Provides-Extra: |
dev |
Provides-Extra: |
doc |
Provides-Extra: |
test |
Description-Content-Type: |
text/markdown |