python-weather-0.4.0
An IMPORTANT and BREAKING update to python-weather
is here!
The most significant change is the shift from using the MSN API to wttr.in
, since Microsoft retired their API a few months ago (see #25), this means everything has to be rewritten, which means lots of breaking changes. Sorry!
Other changes include async with
support for the Client so you don't have to call await client.close()
every time you use it, fixed Dependabot Alerts, and minor changes to the README (#24)