Metadata-Version: 2.1
Name: voltalis-cli
Version: 1.1.0
Summary: voltalis python client
Home-page: https://github.com/nilleb/voltalis-cli
Author: Ivo Bellin Salarin
Author-email: ivo@nilleb.com
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: requests (>=1.11.1)
Provides-Extra: build
Requires-Dist: requests ; extra == 'build'
Provides-Extra: dev
Requires-Dist: black ; extra == 'dev'
Requires-Dist: isort ; extra == 'dev'
Requires-Dist: ipython ; extra == 'dev'
Requires-Dist: build ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'
Requires-Dist: python-json-logger ; extra == 'dev'

# voltalis-cli

A python client for the [myvoltalis](https://myvoltalis.com/) API.

This package is NOT maintained by voltalis. (Please don't sue me)

The myvoltalis application (was) slow, and it offers basic functionalities. Voltalis appliances by default can not be integrated with common domotic solutions (HomeAssistant, HomeKit, Google Home, ..).

This client provides an example about how to interface with the API.

## install

```sh
pip install voltalis-cli
```

## run

```sh
# executes the scenario "end-user clicking on all the menus of the myvoltalis web app"
python -m voltalis.cli login password
```
