Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/titilambert/pyebox

Get your consumption data from your ebox account (www.ebox.ca)
https://github.com/titilambert/pyebox

Last synced: 2 months ago
JSON representation

Get your consumption data from your ebox account (www.ebox.ca)

Awesome Lists containing this project

README

        

######
PyEbox
######

TODO
####

* Add non offpeak account support

Installation
############

::

pip install pyebox

Usage
#####

Print your current data

::

pyebox -u MYACCOUNT -p MYPASSWORD

Print help

::

pyebox -h
usage: pyebox [-h] -u USERNAME -p PASSWORD [-j] [-t TIMEOUT]

optional arguments:
-h, --help show this help message and exit
-u USERNAME, --username USERNAME
EBox account
-p PASSWORD, --password PASSWORD
Password
-j, --json Json output
-t TIMEOUT, --timeout TIMEOUT
Request timeout

Dev env
#######

::

virtualenv -p /usr/bin/python3.5 env
pip install -r requirements.txt

Upload Pypi Package
###################

::

python setup.py sdist upload -r pypi