Metadata-Version: 2.1
Name: inels-mqtt
Version: 0.0.31
Summary: Python library for iNels mqtt protocol
Home-page: https://github.com/Nejezchleb/inels-mqtt
Author: Elko EP s.r.o.
Author-email: nejezchleb@elkoep.cz
License: MIT
Keywords: iNels,Elko EP,Home assistant integration
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE

Inels-mqtt
========
A Python library that handles communication with inels over mqtt
[iNels](https://www.inels.com/) by ElkoEP company.

Requirements
============
For smooth using you need to have Python 3.9 or higher.

Install
=======
Use PyPI repository
```
pip install inels-mqtt
```

Testing
=======
I use [tox](https://tox.readthedocs.io) for testing.

```
$ pip install tox

```
