pywttr

Wrapper for wttr.in weather API.
Asynchronous version here.
Installation
pip install -U pywttr pywttr-models
Documentation
https://pywttr.readthedocs.io
Simple example
with pywttr.Wttr() as wttr:
weather = wttr.weather("Paris", language=pywttr.Language.EN)
print(weather.weather[0].avgtemp_c)
License
MIT