Metadata-Version: 2.1
Name: elmax
Version: 0.1.0
Summary: Python client for the Elmax CLoud
Home-page: https://github.com/home-assistant-ecosystem/python-elmax
License: Apache-2.0
Keywords: iot,cloud,home-assistant
Author: Fabian Affolter
Author-email: fabian@affolter-engineering.ch
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Home Automation
Requires-Dist: httpx (>=0.16.0,<0.17.0)
Requires-Dist: yarl (>=1.6,<2.0)
Project-URL: Documentation, https://github.com/home-assistant-ecosystem/python-elmax
Project-URL: Repository, https://github.com/home-assistant-ecosystem/python-elmax
Description-Content-Type: text/markdown

# Python Elmax client

Asynchronous Python API client for interacting with the Elmax Clous services.

This module is not official, developed, supported or endorsed by Elmax.
For questions and other inquiries, use the issue tracker in this repo please.

## Installation

The package is available in the [Python Package Index](<https://pypi.python.org/).

```bash
$ pip3 install elmax --user
```

## Usage

For details about the usage please check the `examples.py` file.

## License

This project is licensed under ASL 2, for more details check LICENSE.

