Metadata-Version: 2.4
Name: hass_client
Version: 1.2.3
Summary: Basic client for connecting to Home Assistant over websockets and REST.
Author-email: Marcel van der Veldt <marcelveldt@users.noreply.github.com>
License: Apache-2.0
Platform: any
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp>=3.8.4
Provides-Extra: speedups
Requires-Dist: faust-cchardet>=2.1.18; extra == "speedups"
Requires-Dist: aiodns>=3.0.0; extra == "speedups"
Requires-Dist: Brotli>=1.0.9; extra == "speedups"
Requires-Dist: orjson>=3.8.9; extra == "speedups"
Provides-Extra: test
Requires-Dist: black==24.4.2; extra == "test"
Requires-Dist: codespell==2.3.0; extra == "test"
Requires-Dist: isort==5.13.2; extra == "test"
Requires-Dist: mypy==1.11.2; extra == "test"
Requires-Dist: pre-commit==3.8.0; extra == "test"
Requires-Dist: pre-commit-hooks==4.6.0; extra == "test"
Requires-Dist: pylint==3.3.1; extra == "test"
Requires-Dist: pytest==8.3.3; extra == "test"
Requires-Dist: pytest-aiohttp==1.0.5; extra == "test"
Requires-Dist: pytest-cov==5.0.0; extra == "test"
Requires-Dist: ruff==0.15.8; extra == "test"
Dynamic: license-file

# hass-client
Very basic client for connecting to Home Assistant over websockets and REST.
