Python Data Validation for Humans™
Project description
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.
pip install validators
Then,
>>> import validators
>>>
>>> validators.email('someone@example.com')
True
Resources
Python 3.9 reaches EOL in October 2025.
Project details
Release history Release notifications | RSS feed
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.35.0.tar.gz
(73.4 kB
view details)
Built Distribution
File details
Details for the file validators-0.35.0.tar.gz
.
File metadata
- Download URL: validators-0.35.0.tar.gz
- Upload date:
- Size: 73.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
992d6c48a4e77c81f1b4daba10d16c3a9bb0dbb79b3a19ea847ff0928e70497a
|
|
MD5 |
8376f37ec2028053cee8f4789dadd947
|
|
BLAKE2b-256 |
5366a435d9ae49850b2f071f7ebd8119dd4e84872b01630d6736761e6e7fd847
|
File details
Details for the file validators-0.35.0-py3-none-any.whl
.
File metadata
- Download URL: validators-0.35.0-py3-none-any.whl
- Upload date:
- Size: 44.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
e8c947097eae7892cb3d26868d637f79f47b4a0554bc6b80065dfe5aac3705dd
|
|
MD5 |
0346cff9a351060b297759fc6dff1be6
|
|
BLAKE2b-256 |
fa6e3e955517e22cbdd565f2f8b2e73d52528b14b8bcfdb04f62466b071de847
|