Skip to content

Latest commit

 

History

History
82 lines (56 loc) · 2.6 KB

index.rst

File metadata and controls

82 lines (56 loc) · 2.6 KB

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('[email protected]')
True

Resources


Python 3.8 reaches EOL in October 2024.
.. toctree::
   :hidden:
   :maxdepth: 2
   :caption: Quick Start:
   :glob:

   install_and_use

.. toctree::
   :hidden:
   :maxdepth: 2
   :caption: API Reference:
   :glob:

   api/*