Skip to content

Commit 7bef5ef

Browse files
committed
Merged from develop branch
1 parent 197540d commit 7bef5ef

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,33 @@
11
[![logo](logos/180x180.png)](https://github.com/csparpa)
22

33
# PyOWM
4-
A Python wrapper around the OpenWeatherMap API
4+
**A Python wrapper around OpenWeatherMap web APIs**
55

66
[![PyPI version](https://badge.fury.io/py/pyowm.svg)](https://badge.fury.io/py/pyowm)
77
[![Latest Release Documentation](https://readthedocs.org/projects/pyowm/badge/?version=stable)](https://pyowm.readthedocs.org/en/stable/)
88
[![Build Status](https://travis-ci.org/csparpa/pyowm.png?branch=master)](https://travis-ci.org/csparpa/pyowm)
99
[![Coverage Status](https://coveralls.io/repos/github/csparpa/pyowm/badge.svg?branch=master)](https://coveralls.io/github/csparpa/pyowm?branch=master)
1010
[![Say Thanks!](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](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>
1113

1214
## What is it?
1315
PyOWM is a client Python wrapper library for OpenWeatherMap (OWM) web APIs.
1416

1517
It allows quick and easy consumption of OWM data from Python applications via a simple object model and in a human-friendly fashion.
1618

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+
1731
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))
1832

1933
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/
93107

94108

95109
## 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/).
97111

98112
Each release has its own [changelog](https://github.com/csparpa/pyowm/wiki/Changelog).
99113

0 commit comments

Comments
 (0)