Skip to content

rudy-reyn/validators

 
 

Repository files navigation

validators

Build Status Version Status Downloads

Python data validation for Humans.

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.

Updated to add support for type hints and refactored to add a raise_on_failure keyword argument.

>>> import validators

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

Resources

About

Python Data Validation for Humans™.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%