The WattMaven SolarNetwork tools.
Project description
wattmaven-solarnetwork-tools
The WattMaven SolarNetwork tools.
Installation
pip install wattmaven-solarnetwork-tools
Usage
See examples for usage examples.
from wattmaven_solarnetwork_tools.core.solarnetwork_client import (
SolarNetworkClient,
SolarNetworkCredentials,
)
# Create a client
with SolarNetworkClient(
credentials=SolarNetworkCredentials(
token="your_token",
secret="your_secret",
)
) as client:
# Make requests
response = client.request("GET", "/solarquery/api/v1/sec/nodes")
json = response.json()
print(json)
# ...
License
This project is licensed under the MIT License. See the LICENSE file for details.
Project details
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
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 wattmaven_solarnetwork_tools-0.1.1.tar.gz.
File metadata
- Download URL: wattmaven_solarnetwork_tools-0.1.1.tar.gz
- Upload date:
- Size: 48.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8bc5f0e8e18d702eff61affc41881b11bb42086b3a141f2e0c5f6cb07379d9cd
|
|
| MD5 |
b1c2f6247189f64d6c7752bfd7f4f59f
|
|
| BLAKE2b-256 |
974ce384a97635a5040e7f74e87fb4db252635285f9750a6b4779a39668304ec
|
File details
Details for the file wattmaven_solarnetwork_tools-0.1.1-py3-none-any.whl.
File metadata
- Download URL: wattmaven_solarnetwork_tools-0.1.1-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb5728692e84179dfa46e790f2e35eadced0d725ee550738cf1a794859e8c115
|
|
| MD5 |
d1c9e4b68db857645168860099c91da1
|
|
| BLAKE2b-256 |
ef148b18213c34d2d0a6c3d5662ef32f6914671b57799b72421b1059ec6ab6a7
|