Metadata-Version: 1.1
Name: yahoo_api
Version: 1.0.1
Summary: A Python Wrapper for the Yahoo Weather API.
Home-page: https://github.com/hanshof/yahoo_weather_api
Author: Hans Hofstaetter
Author-email: hanshof@mailbox.org
License: MIT
Description: # yahoo_weather_api
        A Python wrapper for the Yahoo Weather API.
        With the API, you can get up-to-date weather information for any location,
        including 5-day forecast, wind, atmosphere, astronomy conditions, and more.
        You can lookup weather by woeid, city name or lat/long.
        For more detailed examples and tutorial, check out Yahoo Weather Developer Page.
        For more information, check out the API documentation.https://developer.yahoo.com/weather/documentation.html#examples
        Based on the source code of https://github.com/AnthonyBloomer/weather-api
        
Keywords: weather,api,yahoo
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
