Dearborn-Open-AI / validators

Python Data Validation for Humans™.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

validators - Python Data Validation for Humans™

PyCQA SAST Docs Version 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

About

Python Data Validation for Humans™.

License:MIT License


Languages

Language:Python 98.2%Language:PowerShell 1.0%Language:Shell 0.8%