Metadata-Version: 2.1
Name: tado-overseer
Version: 0.0.3
Summary: Light automation for Tado home heating systems
Home-page: https://github.com/mmcf/tado-overseer
Author: Michael McFall
Author-email: michaelcmcfall@gmail.com
Project-URL: Documentation, https://tado-overseer.readthedocs.io
Project-URL: Source, https://github.com/mmcf/tado-overseer
Project-URL: Tracker, https://github.com/mmcf/tado-overseer/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: all
License-File: LICENSE

# tado-overseer
Light automation and management for Tado systems

## Documentation

Full documentation can be found on [Read the Docs](https://tado-overseer.readthedocs.io/en/latest/).


## Development

### Pre-commit hooks
This repo uses [pre-commit](https://pre-commit.com/#intro) to ensure that all code checked in follows proper Python styling guidelines.  The configuration used can be found [here](https://github.com/mmcf/tado-overseer/blob/main/.pre-commit-config.yaml).

### Testing
This repo uses [pytest](https://pytest.org/) to define and execute unit tests.  Tests can run using the `tests` Docker Compose service:

```
docker-compose run tests
```
