SkillAgentSearch skills...

Validators

Python Data Validation for Humans™.

Install / Use

/learn @python-validators/Validators
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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://nandgator.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 -->
View on GitHub
GitHub Stars1.1k
CategoryDevelopment
Updated2d ago
Forks174

Languages

Python

Security Score

95/100

Audited on Mar 30, 2026

No findings