/pyenergir

Get your consumption data from your Energir account (www.energir.com)

Primary LanguagePythonApache License 2.0Apache-2.0

PyEnergir

TODO

  • Add automated tests

Installation

pip install pyenergir

Usage

Print your current data

pyenergir -u MYACCOUNT -p MYPASSWORD

List your current contracts

pyenergir -u MYACCOUNT -p MYPASSWORD -l

Print help

pyenergir -h

Dev env

make env

Run test

make test

Or

tox