Skip to main content

Wrapper for wttr.in

Project description

pywttr

Build Status codecov Python Version License: MIT

Wrapper for wttr.in weather forecast.

Asynchronous version here.

Installation

python -m pip install pywttr

Example

This example prints the average temperature in New York today.

from pywttr import Wttr

wttr = Wttr("New York")
forecast = wttr.en()
print(forecast.weather[0].avgtemp_c)

Other languages may also be used instead of en. For a complete list of supported languages, follow the code completion in your IDE.

Documentation

For an example of type annotations, see pywttr-models README.md.

There is no documentation, just follow the code completion in your IDE.

Recommended IDEs

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

pywttr-1.0.0.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

pywttr-1.0.0-py3-none-any.whl (4.3 kB view hashes)

Uploaded 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