Skip to content

fancycade/validators

This branch is 253 commits behind python-validators/validators:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f8608f4 · Apr 2, 2020
May 20, 2019
Apr 2, 2020
Apr 2, 2020
Oct 27, 2013
Oct 10, 2015
Apr 2, 2020
Apr 2, 2020
Sep 6, 2014
Jun 25, 2014
Nov 13, 2018
Apr 2, 2020

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.

>>> import validators

>>> validators.email('[email protected]')
True

Resources

About

Python Data Validation for Humans™.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%