Skip to content

michaelben/pywwo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

pywwo

Python wrapper library for World Weather Online API using lxml.objectify

How to use

from pywwo import *
setKey('<your_key>', 'free')
w=LocalWeather('london')
w.data.current_condition.temp_C
w=LocalWeather('sdfasdgasdga')

Unable to find any matching weather location to the query submitted!

For more test cases, see test run inside the script

python pywwo.py

Feature

  1. lxml.objectifiy
  2. error checking

See also

  1. NodeJS client for WWO API
  2. Javascript client for WWO API
  3. Java client for WWO API
  4. Android client for WWO API
  5. Python client for WWO API

About

Python wrapper library for World Weather Online API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages