Skip to content

Instantly share code, notes, and snippets.

@openandclose
openandclose / PYPI List of classifiers
Created May 14, 2024 17:50
PYPI List of classifiers
https://raw.githubusercontent.com/pypa/trove-classifiers/main/src/trove_classifiers/__init__.py
@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).