Description
Validate and manipulate fully qualified domain names according to RFC rules from Python. It helps configuration tools, network services, and APIs reject malformed hostnames before using them.
This is a validation library, not a DNS resolver. Valid syntax does not prove a domain exists or is safe, so applications should combine it with DNS checks and policy rules when needed.