validators - Python Data Validation for Humans™
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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
validators-0.26.0.tar.gz
(53.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file validators-0.26.0.tar.gz.
File metadata
- Download URL: validators-0.26.0.tar.gz
- Upload date:
- Size: 53.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
004e15ed83145454e8db90d66dcee063f1084b81e447310b52c5f91022823150
|
|
| MD5 |
383f35df231062809f96fdf4a81086fd
|
|
| BLAKE2b-256 |
c3ba1ee9ddead898701b448a844f1c07477e38d76b00604c47cf95e0b9ee767f
|
File details
Details for the file validators-0.26.0-py3-none-any.whl.
File metadata
- Download URL: validators-0.26.0-py3-none-any.whl
- Upload date:
- Size: 28.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61234f9303c54b30bacdb566c57b176aee510ad7f168301f67c28158af46208c
|
|
| MD5 |
d3ca441d7ea0e27800dc8c146b416fa2
|
|
| BLAKE2b-256 |
cc806a318355391d7495b6ee88955f22cc21fd71192f2423630bc2be143fe2c8
|