Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.33 KB

README.rst

File metadata and controls

43 lines (28 loc) · 1.33 KB

Python ClimaCell API

image

image

Documentation Status

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.