Skip to content

dennisschroer/energyflip-client

Repository files navigation

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/*