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
MIT Licensed - 2020 Britsa - britsa.tech@gmail.com
Contributors: Maria Irudaya Regilan J, Pavithra K, Ravi Shankar M
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.1.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.1.tar.gz.
File metadata
- Download URL: validate_mail-1.1.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 |
3d8f4fedb88e0550e6743224394575f85b5b3f28df32f040255e49b34a1727d4
|
|
| MD5 |
960853b7330178a233a85e4d1a1f567d
|
|
| BLAKE2b-256 |
bad5501a106dcad9e72eaea19f0e78ed75275b7f988da805a09f81738fb8c77e
|
File details
Details for the file validate_mail-1.1-py3-none-any.whl.
File metadata
- Download URL: validate_mail-1.1-py3-none-any.whl
- Upload date:
- Size: 3.3 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 |
6576102ac77874d1877d62c4188f0816696a83e92bf77fdd113076d1758652e5
|
|
| MD5 |
c8fbc424b6980d5404111ba017772d23
|
|
| BLAKE2b-256 |
8e2705216ee836dbda9ffe524609b94090588b1d808f91df2ea909736d5d6d8d
|