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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pytomorrowio-0.2.0.tar.gz.
File metadata
- Download URL: pytomorrowio-0.2.0.tar.gz
- Upload date:
- Size: 28.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0502512fa2b5931ca853fec78a8c560bc99fb7dc343f42d06ec4b2e45352a1f7
|
|
| MD5 |
ed4cab2170d2b3c79b1c5a27e90c6402
|
|
| BLAKE2b-256 |
667a885c0477d59ebfe98f74590bf02f2059165240da5acd59a118a71406ce79
|
File details
Details for the file pytomorrowio-0.2.0-py2.py3-none-any.whl.
File metadata
- Download URL: pytomorrowio-0.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 9.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d14b8b6020e25f10467380f257b5bc5d847bae003fe2d1e1331f1a8bcdef241a
|
|
| MD5 |
4466ae777528849fc06b5a44e15119ea
|
|
| BLAKE2b-256 |
8464846da655b5e38615945096433255cdc2f00adc72518752dfaa88ecd24bff
|