Metadata-Version: 2.4
Name: pyatagone
Version: 1.0.9
Summary: AtagOne API wrapper
License: MIT
License-File: AUTHORS.rst
License-File: LICENSE
License-File: LICENSE.txt
Keywords: atag,homeassistant,api,asyncio
Author: herikw
Author-email: herikw@users.noreply.github.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Provides-Extra: dev
Requires-Dist: aiohttp (>=3.9.0,<4.0.0)
Requires-Dist: async-timeout (>=4.0.3,<5.0.0)
Requires-Dist: black (>=24.4.0,<25.0.0) ; extra == "dev"
Requires-Dist: dataclasses-json (>=0.6.7,<0.7.0)
Requires-Dist: flake8 (>=7.1.0,<8.0.0) ; extra == "dev"
Requires-Dist: isort (>=5.13.2,<6.0.0) ; extra == "dev"
Requires-Dist: mypy (>=1.10.0,<2.0.0) ; extra == "dev"
Requires-Dist: pytest (>=8.3.0,<9.0.0) ; extra == "dev"
Requires-Dist: pytest-asyncio (>=0.24.0,<0.25.0) ; extra == "dev"
Requires-Dist: python-semantic-release (>=9.4.0,<10.0.0) ; extra == "dev"
Description-Content-Type: text/markdown

# pyatagone

**a Python interface for the ATAG One Thermostat**
 
## Installation
`[sudo] pip install pyatagone`

## Usage

### Module

You can import the module as `pyatagone`

