This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://raw.githubusercontent.com/pypa/trove-classifiers/main/src/trove_classifiers/__init__.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
============== | |
URI Normalizer | |
============== | |
An URI normalization library providing syntax-based normalization (case | |
normalization, percent-encoding normalization, path segment normalization) and | |
scheme-based normalization to URIs according to RFC 3986 | |
(https://tools.ietf.org/html/rfc3986). |