huisbaasje-client

Client for Huisbaasje


Keywords
energy-monitor, home-automation, huisbaasje, python
License
Apache-2.0
Install
pip install huisbaasje-client==0.1.0

Documentation

EnergyFlip client

Client to communicate with the API behind EnergyFlip.

EnergyFlip is an app and measuring device to monitor the usage of electricity and gas in real time.

Build status Coverage Status PyPI version

Installation

pip install energyflip-client

Usage

See the example on how to use this library.

Development

This project uses pipenv for dependency and environment management.

Install dependencies using

pipenv install --dev

Testing

Run all tests using

pipenv run pytest

Packaging

Create a package using

python3 setup.py sdist bdist_wheel

This creates a package in dist

Upload the package using

python3 -m twine upload dist/*