Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/titilambert/pyebox
- Owner: titilambert
- License: apache-2.0
- Created: 2017-02-13T12:38:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-20T01:16:42.000Z (about 4 years ago)
- Last Synced: 2024-10-28T16:11:35.443Z (3 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 5
- Watchers: 5
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
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 timeoutDev env
#######::
virtualenv -p /usr/bin/python3.5 env
pip install -r requirements.txtUpload Pypi Package
###################::
python setup.py sdist upload -r pypi