Metadata-Version: 2.4
Name: avionhttp
Version: 2.0.9
Summary: A python library for integrating with Avi-on's backend
Author-email: Sean Kinsey <oyvind@kinsey.no>
Maintainer-email: Sean Kinsey <oyvind@kinsey.no>
License: LGPL-3.0-or-later
Project-URL: Homepage, https://github.com/oyvindkinsey/avionhttp
Project-URL: Repository, https://github.com/oyvindkinsey/avionhttp
Project-URL: Issues, https://github.com/oyvindkinsey/avionhttp/issues
Project-URL: Documentation, https://github.com/oyvindkinsey/avionhttp/blob/main/README.md
Keywords: avion,bluetooth,mesh,mqtt,home-assistant,smart-home,iot
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Home Automation
Classifier: Topic :: System :: Hardware
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp>=3.7
Requires-Dist: aiorun>=2022.11.1
Provides-Extra: dev
Requires-Dist: pytest>=7.4.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.21.0; extra == "dev"
Requires-Dist: pytest-cov>=4.1.0; extra == "dev"
Requires-Dist: pytest-mock>=3.11.0; extra == "dev"
Requires-Dist: ruff>=0.1.0; extra == "dev"
Requires-Dist: mypy>=1.5.0; extra == "dev"
Provides-Extra: test
Requires-Dist: pytest>=7.4.0; extra == "test"
Requires-Dist: pytest-asyncio>=0.21.0; extra == "test"
Requires-Dist: pytest-cov>=4.1.0; extra == "test"
Requires-Dist: pytest-mock>=3.11.0; extra == "test"
Dynamic: license-file

# avionhttp

A python library for integrating with Avi-on's backend.

## license

This project is licensed under the GNU Lesser General Public License v3.0 or later (LGPL-3.0-or-later). See the `LICENSE` file for the full license text and details.
