|
1 | 1 | [](https://github.com/csparpa) |
2 | 2 |
|
3 | 3 | # PyOWM |
4 | | -A Python wrapper around the OpenWeatherMap API |
| 4 | +**A Python wrapper around OpenWeatherMap web APIs** |
5 | 5 |
|
6 | 6 | [](https://badge.fury.io/py/pyowm) |
7 | 7 | [](https://pyowm.readthedocs.org/en/stable/) |
8 | 8 | [](https://travis-ci.org/csparpa/pyowm) |
9 | 9 | [](https://coveralls.io/github/csparpa/pyowm?branch=master) |
10 | 10 | [](https://saythanks.io/to/csparpa) |
| 11 | +<br> |
| 12 | +<a href="https://www.buymeacoffee.com/LmAl1n9" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/black_img.png" alt="Buy Me A Coffee" style="height: auto !important;width: auto !important;" ></a> |
11 | 13 |
|
12 | 14 | ## What is it? |
13 | 15 | PyOWM is a client Python wrapper library for OpenWeatherMap (OWM) web APIs. |
14 | 16 |
|
15 | 17 | It allows quick and easy consumption of OWM data from Python applications via a simple object model and in a human-friendly fashion. |
16 | 18 |
|
| 19 | +With PyOWM you can integrate into your code any of the following OpenWeatherMap web APIs: |
| 20 | + |
| 21 | + - *Weather API v2.5*, offering |
| 22 | + - current weather data |
| 23 | + - weather forecasts |
| 24 | + -+ weather history |
| 25 | + - *Air Pollution API v3.0*, offering data about CO, O3, NO2 and SO2 |
| 26 | + - *UV Index API v3.0*, offering data about Ultraviolet exposition |
| 27 | + - *Stations API v3.0*, allowing to create and manage meteostation and publish local weather measurements |
| 28 | + - *Weather Alerts API v3.0*, allowing to set triggers on weather conditions and areas and poll for spawned alerts |
| 29 | + - *Image tiles* for several map layers provided by OWM |
| 30 | + |
17 | 31 | PyOWM runs on Python 2.7 and Python 3.4+ (but watch out! Python 2.x will eventually be dropped - [check details out](https://github.com/csparpa/pyowm/wiki/Timeline-for-dropping-Python-2.x-support)) |
18 | 32 |
|
19 | 33 | PyOWM also integrates with [Django 1.10+ models](https://github.com/csparpa/pyowm/wiki/Django-support). |
@@ -93,7 +107,7 @@ More PyOWM usage examples are available [here](https://github.com/csparpa/pyowm/ |
93 | 107 |
|
94 | 108 |
|
95 | 109 | ## Documentation |
96 | | -The latest library software API documentation is available on [Read the Docs](https://pyowm.readthedocs.io/en/latest/). |
| 110 | +The library software API documentation is available on [Read the Docs](https://pyowm.readthedocs.org/en/stable/). |
97 | 111 |
|
98 | 112 | Each release has its own [changelog](https://github.com/csparpa/pyowm/wiki/Changelog). |
99 | 113 |
|
|
0 commit comments