Validating the e-mail ID passed
Project description
Validate E-mail ID
This project validates the e-mail ID passed.
Installation
Run the following to install:
pip install validate_mail
Usage
from validate_mail import validate_email
valid_mail = abc@gmail.com
invalid_mail = abc.@gmail.com
# validate your mail ID
print(validate_email(valid_mail)) # True
print(validate_email(invalid_mail)) # False
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
validate_mail-1.0.tar.gz
(2.3 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 validate_mail-1.0.tar.gz.
File metadata
- Download URL: validate_mail-1.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d97e4f09fbff780cd4d322cd60e256b4b2d281966a78a42e28219d0b8cc2be3
|
|
| MD5 |
c6a7584c8aeb19b492cad584a7713dff
|
|
| BLAKE2b-256 |
b4336a1a0113d748fdd4d9208ef0c6cada81a56af3a42429f066f0a08235221e
|
File details
Details for the file validate_mail-1.0-py3-none-any.whl.
File metadata
- Download URL: validate_mail-1.0-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc7908ee410481c2fe7bb6ef000f774de63a91d00f056de5d62a1b049d9269e9
|
|
| MD5 |
16707f3fdff3ea0caae81285ed2d20f7
|
|
| BLAKE2b-256 |
b23d59e31d39c7db50aa5f68c75d14847bdda8f1aeea349a0f8e74ba6c0d53f9
|