Last updated:
0 purchases
pyclimacell 0.18.2
Python ClimaCell API
Python3.7+ package to access the ClimaCell Weather API
Both an async module (ClimaCellV4 and ClimaCellV3) and a synchronous module
(ClimaCellV3Sync and ClimaCellV4Sync) are provided.
Example Code
from pyclimacell import ClimaCellV4Sync
api = ClimaCellSync("MY_API_KEY", latitude, longitude)
print(api.realtime(api.available_fields(timedelta(0))))
print(api.forecast_nowcast(api.available_fields(timedelta(minutes=5))), start_time, timedelta_duration, timestep))
Features
TODO
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.1.0 (2020-06-04)
First release on PyPI.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.