Python-weather

Latest version: v2.0.3

Safety actively analyzes 631030 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 5

1.1.0

changelog:
- fix: added support for Python 3.12 by upgrading the `aiohttp` dependency to `v3.9.0`! this also means that the library no longer supports Python 3.7, which was discontinued this June. (50)
- refactor: removed several instances of copy-pasted code.

1.0.3

changelog:
- revert: added the missing `index` property in the `Ultraviolet` enum, as specified in 43.
- feat: added more helper methods
- doc: improved docstrings of several properties.

1.0.2

The following update fixes 35 through 41 and fixes problems with the `Ultraviolet` enum with 42.

Special thanks to xcloudyunx! ❤️

1.0.1

The following release ensures that `python-weather` is backwards-compatible with Python 3.7! Thank you 40 for notifying me about this.

For the major notable changes in the previous major release, see [release v1.0.0](https://github.com/null8626/python-weather/releases/tag/1.0.0).

1.0.0

After over six months, **python-weather v1.0.0 is here!** 🥳

This means that the library is now marked as `5 - Production/Stable`! The primary feature added to this release is **Locale support!!** examples are:
py
client = python_weather.Client(locale=python_weather.Locale.ENGLISH)

or
py
await client.get("...", locale=python_weather.Locale.ENGLISH)


Other than that, i've also added tests to that ensure EVERY property of every object works as intended, proper docstrings, formatted code with [`yapf`](https://github.com/google/yapf), and other several breaking changes! Make sure to read the README.md for more details.

Thank you all for supporting `python-weather`! ❤️

0.4.3

A minor python-weather update that addresses the issues in 33. The `HourlyForecasttime` property should be returning a datetime `time` object instead of a raw API `int`.

Page 2 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.