Skip to main content

Async Python3.9+ package to access the Tomorrow.io API

Project description

Python Tomorrow.io API

https://img.shields.io/pypi/v/pytomorrowio.svg https://img.shields.io/travis/raman325/pytomorrowio.svg Documentation Status

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.

Project details


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.6.tar.gz (81.1 kB view hashes)

Uploaded Source

Built Distribution

pytomorrowio-0.3.6-py2.py3-none-any.whl (10.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page