GitHunt
AA

aaronst/validators

Python Data Validation for Humans™.

validators - Python Data Validation for Humans™

Tests Bandit Version Status Downloads

Python has all kinds of data validation tools, but every one of them seems to
require defining a schema or form. I wanted to create a simple validation
library where validating a simple value does not require defining a form or a
schema.

>>> import validators

>>> validators.email('someone@example.com')
True

Resources

Languages

Python100.0%
MIT License
Created June 20, 2023
Updated June 20, 2023
aaronst/validators | GitHunt