Description
Validates URI references according to RFC 3986, the standard behind many web addresses and identifier formats. It helps Python applications check whether URLs or URI components are structurally acceptable before using them.
This is a developer library with no visible app. Validation does not prove a remote site is safe or reachable, so applications still need allow lists, HTTPS checks, and careful handling of untrusted user input.