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
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
pywunder-0.0.1.tar.gz
(2.0 kB
view details)
File details
Details for the file pywunder-0.0.1.tar.gz.
File metadata
- Download URL: pywunder-0.0.1.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab903b3c8183dcd26d5cb1d2e27a9694980e7465e42498fe453ce8ebb5fb3e15
|
|
| MD5 |
a9a6ab8e105766e9b3260a0cbdd75433
|
|
| BLAKE2b-256 |
5dc7fa127c110430592c32cb581654ebd462fa1a0e2073cb0e6c867fd9b5990a
|