Blazingly fast email validator - 100-500x faster than alternatives
Project description
emailval
Blazingly fast email validation for Python.
Installation
pip install emailval
Quick Start
from emailval import validate_email, is_valid
# Fast boolean check
if is_valid("user@example.com"):
print("Valid email!")
# Full validation
result = validate_email("User@Example.COM")
print(result.normalized) # "User@example.com"
Documentation
Full documentation at: https://github.com/aibrushcomputer/pyval/tree/main/docs
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
emailval-0.2.1.tar.gz
(15.5 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 emailval-0.2.1.tar.gz.
File metadata
- Download URL: emailval-0.2.1.tar.gz
- Upload date:
- Size: 15.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da19a56debd9eef49033628549221ad688bf78492f3a13df96a122323f028a2d
|
|
| MD5 |
b38ae8fe75021894062686b53ea4516d
|
|
| BLAKE2b-256 |
ff780ae0697a8f7898f6eb8e8d21d2195f47b3a11cfa38797c2a50e3de906497
|
File details
Details for the file emailval-0.2.1-cp312-cp312-manylinux_2_34_x86_64.whl.
File metadata
- Download URL: emailval-0.2.1-cp312-cp312-manylinux_2_34_x86_64.whl
- Upload date:
- Size: 395.7 kB
- Tags: CPython 3.12, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a7cda7bf596c24ad6b32cf9123f75e7c80b8812812dea2583e3d07a7b9195da
|
|
| MD5 |
57aeb05809654f7f571280650c5803de
|
|
| BLAKE2b-256 |
c930c571385782dddd306ccb65ca91566f2b2532cc8816c8a4e2caa0bfe2a4e7
|