pyemailval is a package for Python that check if an email is valid, properly formatted and really exists.
INSTALLATION
You can install the package with pip:
pip install pyemailval
USAGE
Basic usage:
from pyemailval import validate_email
is_valid = validate_email('example@example.com', check_regex=True, check_mx=True)
check_regex will check will the email address has a valid structure and defaults to True check_mx will check the mx-records and check whether the email actually exists
TODOs and BUGS
Release files for pyemailval 0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyemailval-0.4.tar.gz | 1.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyemailval-0.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.1 kB
Release files / pyemailval-0.4.tar.gz
| Download URL | pyemailval-0.4.tar.gz |
|---|---|
| Size | 1.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1a2539ab07b9312af0d2cc64830223b1cf4428de29ff26454636173ade75427a
|
|
BLAKE2b-256 checksum How to use checksums |
e0583c5f09a050a698fc7a871acecd515877d4d006afc7efa0b24f2d88a93b61
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / pyemailval-0.4-py3-none-any.whl
| Download URL | pyemailval-0.4-py3-none-any.whl |
|---|---|
| Size | 2.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0d2c9cb83e2893170d68ef84ab7c5d760b7bce1809f6eff10c73b19da3a92092
|
|
BLAKE2b-256 checksum How to use checksums |
ec90a3851bbdb1e1d2ef76aa5c8575e23493930da97d3b8915f20470e28356fa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |