Async Python3.7+ package to access the Tomorrow.io API
Project description
Python Tomorrow.io API
Python3.7+ package to access the Tomorrow.io Weather API
Both an async module (TomorrowioV4) and a synchronous module (TomorrowioV4Sync) are provided.
Example Code
from pytomorrowio import TomorrowioSync
api = TomorrowioV4Sync("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.
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
pytomorrowio-0.2.1.tar.gz
(28.7 kB
view hashes)
Built Distribution
Close
Hashes for pytomorrowio-0.2.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 037312626fb26a2f18c8e8250c7f071e90764822f6f7c0c9c0e5a4eacc005432 |
|
MD5 | f8bc223ca753c00d319863d71498099c |
|
BLAKE2b-256 | a9acd1bd656c79924bbf6d993929588253675ee70867c60c97d2df448d0f5c5c |