pysolcast 2.0.6
pip install pysolcast
Latest version
Released:
No project description provided
Navigation
Unverified details
These details have not been verified by PyPIMeta
- Author: Nathaniel McAuliffe
- Requires: Python >=3.9
Classifiers
- Programming Language
Project description
Solcast API
Client library for interacting with the Solcast API
Basic Usage
Get Forecasts
from pysolcast.rooftop import RooftopSite
site = RooftopSite(api_key, resource_id)
forecasts = site.get_forecasts()
Post Measurements
measurement = {
'measurement': {
'period_end': '2021-01-25T17:45:00.0000000Z',
'period': 'PT15M',
'total_power': 0.388
}
}
results = site.post_measurements(measurement)
Full API Documentation.
Project details
Unverified details
These details have not been verified by PyPIMeta
- Author: Nathaniel McAuliffe
- Requires: Python >=3.9
Classifiers
- Programming Language
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 pysolcast-2.0.6.tar.gz
.
File metadata
- Download URL: pysolcast-2.0.6.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aaf559c2750b57f4c5322a6a1142f6c6eae1bbe07d9a2028b69d064b43408c18 |
|
MD5 | 645e39a6e733e4f3d2e0959f530785b9 |
|
BLAKE2b-256 | be1ef13e494ee0fb72d7fc044a2c2c545d15c756db65bab727204ee66a8b9fed |
File details
Details for the file pysolcast-2.0.6-py3-none-any.whl
.
File metadata
- Download URL: pysolcast-2.0.6-py3-none-any.whl
- Upload date:
- Size: 10.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4bc3053e8e80fba667804f6b4dfcf2584347437e895e90718036de8158b1bbee |
|
MD5 | b1d780eb2c53e45749f204c4e26e2d1d |
|
BLAKE2b-256 | 0794596510896bf26b6656ed0e2452eb8f5b499add52e1f18baa2053f5a10a52 |