Metadata-Version: 2.0
Name: pyowm
Version: 2.8.0
Summary: A Python wrapper around the OpenWeatherMap web API
Home-page: http://github.com/csparpa/pyowm
Author: Claudio Sparpaglione (@csparpa)
Author-email: csparpa@gmail.com
License: MIT
Keywords: openweathermap web api client wrapper weather forecast data OWM
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: requests (>=2.18.2,<2.19)

PyOWM is a client Python wrapper library for the
OpenWeatherMap web API. It allows quick and easy consumption of OWM weather
data from Python applications via a simple object model and in a
human-friendly fashion.

