validators (0.35.0)

Published 2026-02-24 14:14:37 +00:00 by atheaadmin

Installation

pip install --index-url  validators

About this package

Python Data Validation for Humans™

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.

pip install validators

Then,

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

Resources


Python 3.9 reaches EOL in October 2025.

Requirements

Requires Python: >=3.9
Details
PyPI
2026-02-24 14:14:37 +00:00
0
MIT
44 KiB
Assets (1)
Versions (1) View all
0.35.0 2026-02-24