A python client for Aurora Solar
Project description
Python Aurora Solar Client
A python client for the Aurora Solar API.
Dependencies
- requests
Getting Started
pip install AuroraSolarClient
Usage
AuroraSolarClient must be initialized with a tenant_id, api_key, and api_secret. Once intialized, you can use any of the provided functions to return a requests response object.
Example
from AuroraSolarClient import AuroraSolarClient
tenant_id = "my_tenant_id"
api_key = "my_api_key"
api_secret = "my_api_secret"
aurora_project_id = "my_aurora_project_id"
client = AuroraSolarClient(tenant_id, api_key, api_secret)
response = client.get_project(aurora_project_id)
print("response:", response.text)
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 Distribution
Built Distribution
File details
Details for the file AuroraSolarClient-1.0.4a1.tar.gz
.
File metadata
- Download URL: AuroraSolarClient-1.0.4a1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7643414fc75c4728e1346611c08189a19fa6b211a259f9732c43af5c3ef5a44b |
|
MD5 | 14edf165b5579e07036aad0d894aa280 |
|
BLAKE2b-256 | 2b391cfb51d58b28744ba16cfc798718aff9eebb70820bc6ad87be3f6de961f2 |
File details
Details for the file AuroraSolarClient-1.0.4a1-py3-none-any.whl
.
File metadata
- Download URL: AuroraSolarClient-1.0.4a1-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 22f0c8a8a100d167f6da15cac7c6fea993fc5459390740b5ed9297940d7ab20a |
|
MD5 | eced722ffc9e0ef775de506f036ac82d |
|
BLAKE2b-256 | c6ec164136fbd05d3dcff49c62af582218b05c3f088b078e2a9db6b0f1ec62b9 |