/pywwo

Python wrapper library for World Weather Online API

Primary LanguagePython

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