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.
pip install energyflip-client
See the example on how to use this library.
This project uses pipenv for dependency and environment management.
Install dependencies using
pipenv install --dev
Run all tests using
pipenv run pytest
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/*