Name Description Size
__init__.py 281
_parse.py URL parsing utilities. 7185
_path.py Utilities for working with paths. 1291
_query.py Query string handling. 3883
_quoters.py Quoting and unquoting utilities for URL parts. 1154
_quoting.py 506
_quoting_c.pyx 14356
_quoting_py.py 6830
_url.py # any character not in the unreserved or sub-delims sets, plus % # (validated with the additional check for pct-encoded sequences below) [^a-z0-9\-._~!$&'()*+,;=%] | # % only allowed if it is part of a pct-encoded # sequence of 2 hex digits. %(?![0-9a-f]{2}) 55323
py.typed 14