Python Tomorrow.io API
Python3.9+ 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.
Release files for pytomorrowio 0.3.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pytomorrowio-0.3.6.tar.gz | 81.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pytomorrowio-0.3.6-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 92.0 kB
Release files / pytomorrowio-0.3.6.tar.gz
| Download URL | pytomorrowio-0.3.6.tar.gz |
|---|---|
| Size | 81.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
64203e198b99b9181ce0f8bd05c838ced84e9e4990fbf21d7453244745987ca9
|
|
BLAKE2b-256 checksum How to use checksums |
a1f3e91d61bb3f8ffa5ae58e9e11217a049f97709e03056776410ff81f763d03
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.17
|
Release files / pytomorrowio-0.3.6-py2.py3-none-any.whl
| Download URL | pytomorrowio-0.3.6-py2.py3-none-any.whl |
|---|---|
| Size | 10.9 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
2caef0e6277953b8d49c6a282e5be26bfeb2e06ce94d621985796f78a0e8e7c5
|
|
BLAKE2b-256 checksum How to use checksums |
ec0184dd2f95598bd8c1e2f50ecc4747a4d61402ffea0ed9b62c0eb94d7a2a4d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.17
|