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 datetime import timedelta
from pytomorrowio import TomorrowioV4Sync
gps_coord = (28.4195, -81.5812)
api = TomorrowioV4Sync("MY_API_KEY", *gps_coord)
print(api.realtime(api.available_fields(timedelta(0))))
print(api.forecast_nowcast(api.available_fields(timedelta(minutes=5))))
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.3.1.tar.gz
(80.9 kB
view hashes)
Built Distribution
Close
Hashes for pytomorrowio-0.3.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 73697535dfb3cd8b947d84dfa0a7405cf1b96e45360324df4e05ddde243282a9 |
|
MD5 | ea1d8c37b9ce550d34e026009701af53 |
|
BLAKE2b-256 | ca2834133e128ea275ead9aa6241d301c366691d96f4aded6caadda27c458613 |