Description
Checks whether URI text follows RFC 3986 rules using a lightweight Python validator. It is commonly pulled in by schema validators, API clients, and tools that need to reject malformed URI values.
Developers normally receive it as a dependency or use it in validation code. It checks syntax only; it does not decide whether a link is trustworthy, reachable, or appropriate for an application policy.