OpenWeatherForecast

Openweather python wrapper to forecast weather data.


Keywords
forecast, weather, prediction
License
MIT
Install
pip install OpenWeatherForecast==0.2.3

Documentation

Weather forecast

Coverage Status

Openweather python wrapper to forecast weather data.

OpenWeatherForecast is released under the MIT license. The source code is on GitHub and issues are also tracked on GitHub.

Install

Pypi

pip install openweatherforecast 

Manual

git clone git@github.com:enanablancaynumeros/weather_forecast.git
cd 
python setup.py install
# Make sure it works
python setup.py test

Code example

Run test

python setup.py test

or 

nosetest openweatherforecast

See Pypi project page.

Bitdeli Badge