Skip to content

Instantly share code, notes, and snippets.

@openandclose
openandclose / uri_normalizer.py
Last active April 12, 2020 14:55 — forked from geryogam/uri_normalizer.py
URI Normalizer
"""
==============
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).