Give AlbumentationsX a star on GitHub — it powers this leaderboard

Star on GitHub

validators

Python Data Validation for Humans™

Downloads: 0 (30 days)

Description

validators - Python Data Validation for Humans™

PyCQA SAST Docs Version Downloads

<!-- [![Package][package-badge]][package-link] -->

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

<!-- Backup documentation URL : https://yozachar.github.io/pyvalidators/ --> <!-- Original documentation URL : https://python-validators.github.io/validators/ --> <!-- Original docs URL will be restored, once properly versioned docs are ready. -->

Python 3.9 reaches EOL in October 2025.

<!-- Links --> <!-- [package-badge]: https://github.com/python-validators/validators/actions/workflows/package.yaml/badge.svg [package-link]: https://github.com/python-validators/validators/actions/workflows/package.yaml -->