Skip to content

Latest commit

 

History

History
60 lines (32 loc) · 420 Bytes

README.rst

File metadata and controls

60 lines (32 loc) · 420 Bytes

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