Description
Normalizes URLs from Python code so equivalent addresses can be compared, stored, or processed more consistently. It helps crawlers, caches, analytics, and validation tools reduce duplicate URL forms.
Developers use it as a URL helper library. Normalization can change visible text and should not replace security checks for allowed hosts, redirects, or user-provided links.