Metadata-Version: 2.1
Name: dohome-api
Version: 0.2.6
Summary: Library for controlling smart bulbs that are controlled by the DoIT protocol
Author: Mikhael Khrustik
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# 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
