Uritools

Latest version: v4.0.2

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

Scan your dependencies

Page 1 of 6

4.0.2

===================

- Depend on Python >= 3.7.

- Support Python 3.12.

4.0.1

===================

- Add support for Python 3.11.

- Correct version information in RTD documentation.

- ``badges/shields``: Change to GitHub workflow badge routes.

4.0.0

===================

- Require Python 3.7 or later (breaking change).

- Remove undocumented submodules (breaking change).

The ``chars``, ``classify``, ``compose``, ``defrag``, ``encoding``,
``join`` and ``split`` submodules have been deleted. Therefore,
statements like

``from uritools.classify import isuri``

will no longer work. Use

``from uritools import isuri``

instead.

3.0.2

===================

- Update build environment.

3.0.1

===================

- Do not convert percent-encodings to uppercase in host components
generated by ``uricompose()``.

- Officially support Python 3.9.

- Format code with Black.

3.0.0

===================

- Require Python 3.5 or later.

Page 1 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.