Skip to main content

Very simple wrapper around the wunderground weather API

Project description

Pywunder is a very simple wrapper around the wundergroudn weather API, at this stage it is mostly incomplete, providing only very simple access to the forecasts api.

To use it do the following:

import pywunder
client = pywunder.Client("your api key")
forecasts = client.forecats("UK/London") #Gives you a four day forecast
forecasts[0].description
>>> u'Clear in the morning, then partly cloudy. High of 16C. Breezy. Winds from the SW at 15 to 20 km/h.'

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

pywunder-0.0.1.tar.gz (2.0 kB view hashes)

Uploaded Source

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