Description
Provides convenient validators for common Python data checks such as URLs, emails, domains, IP addresses, and other user-facing values. It helps applications reject malformed input with less custom validation code.
Developers use it as a validation library. Validation helpers should be combined with business rules and security checks that are specific to the application.