Checks if an e-mail address exists or not
Project description
Checks if an e-mail address exists or not.
Installation
pip install evalidator
Those who can’t wait for the next release:
python setup.py install
Command-line Usage
$ evalidate someone@email.com
(where @email.com is one of below supported services)
This will tell you if the given e-mail address exists on the internet or not.
Library Usage
>>> import evalidator
>>> evalidator.validate('someone@email.com')
(where @email.com is one of below supported services)
Supported Services
Google Mail (@gmail.com)
Yahoo! Mail (@yahoo.com)
Please open a new issue if you would like to validate e-mail addresses for some other e-mail service.
License
The MIT License
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
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 evalidator-0.1.4-py2.py3-none-any.whl.
File metadata
- Download URL: evalidator-0.1.4-py2.py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c30009eb6330e66d48417b50ae0fda3159d2c442cd3bb8281adf633cfb278c69
|
|
| MD5 |
a2f261f1d14090bc77d5d54c5ada9814
|
|
| BLAKE2b-256 |
fa848c1b102804a9edb40a7dec7c1e8e54847fabc59bd4df563e0cd3e807bbac
|