Retrieve data from Amber Electric's API
Project description
# amberelectric
Basic Amber Electric API munger, pulls usage data and pricing from your account.
Check out example.py for how to use this, or example code here:
import json from amberelectric import AmberElectric
API = AmberElectric(username=’frank@example.com’, password=’hunter2’) API.auth()
pricelist = API.getpricelist() print(json.dumps(pricelist, indent=2))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file amberelectric-0.0.2-py3-none-any.whl.
File metadata
- Download URL: amberelectric-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
05766fd806d591881cfd0e3459bd22f3549ffc520d1ca68dbb9799be99372d5f
|
|
| MD5 |
86afa8c5c80252ded103a08deb33d99d
|
|
| BLAKE2b-256 |
bd11a615746be705579107d4d1b9acf91a8dc850bf5aafb64b71810665dd1d32
|