Metadata-Version: 2.2
Name: dohome_api
Version: 1.0.0
Summary: Library for controlling DoIT protocol lights
Author-email: Mikhael Khrustik <misha@myrt.co>
License: MIT
Keywords: doit,reverse-engineering,iot
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiodatagram==0.0.2
Requires-Dist: arrrgs>=3.0.0

# DoHome API [![Quality assurance](https://github.com/mishamyrt/dohome_api/actions/workflows/qa.yaml/badge.svg?branch=main)](https://github.com/mishamyrt/dohome_api/actions/workflows/qa.yaml) [![PyPI version](https://badge.fury.io/py/dohome-api.svg)](https://pypi.org/project/dohome-api/)

Library for controlling smart bulbs that work using the DoIT protocol (DoHome app).

## Installation

```
pip install dohome-api
```

## Usage

Examples of how to use the library can be found in the [examples](./examples/) folder
