Skip to content

Instantly share code, notes, and snippets.

View geryogam's full-sized avatar

Géry Ogam geryogam

View GitHub Profile
@geryogam
geryogam / uri_normalizer.py
Last active April 15, 2021 00:08 — forked from mnot/urlnorm.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).