pyemailval verifies if an email address really exists.
Project description
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyemailval-0.6.tar.gz
(1.9 kB
view details)
Built Distribution
File details
Details for the file pyemailval-0.6.tar.gz
.
File metadata
- Download URL: pyemailval-0.6.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e5b25398f81c57f3bc9a5e4eb0dc504cb3c97c0dfbce3b9bc1367631e9e2841 |
|
MD5 | a60b28f4b0ef95425a7169ddad8b4adc |
|
BLAKE2b-256 | 3a634926ed29217b11ae81a8ba67a94f7775058317248443e882b3d41ad95463 |
File details
Details for the file pyemailval-0.6-py3-none-any.whl
.
File metadata
- Download URL: pyemailval-0.6-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f07e804b0158c0931ea99b66d6fb74cb6ef010a4543b7f056670f09160b56869 |
|
MD5 | 92844de2495d2da57937964696301ccf |
|
BLAKE2b-256 | e66cb85a2b10f510d31da7bebeb94807ae17c37cebaea26ea1530d2b9d543b79 |