==============
Validate_email
==============
Validate_email is a package for Python that check if an email is valid, properly formatted and really exists.
INSTALLATION
============
First, you must do::
pip install validate_email
Extra
------
For check the domain mx and verify email exits you must have the `pyDNS` package installed::
pip install pyDNS
USAGE
=====
Basic usage::
from validate_email import validate_email
is_valid = validate_email('example@example.com')
Checking domain has SMTP Server
-------------------------------
Check if the host has SMTP Server::
from validate_email import validate_email
is_valid = validate_email('example@example.com',check_mx=True)
Verify email exists
-------------------
Check if the host has SMTP Server and the email really exists::
from validate_email import validate_email
is_valid = validate_email('example@example.com',verify=True)
TODOs and BUGS
==============
See: http://github.com/syrusakbary/validate_email/issues
Raw data
{
"_id": null,
"home_page": "http://github.com/syrusakbary/validate_email",
"name": "validate_email",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "email validation verification mx verify",
"author": "Syrus Akbary",
"author_email": "me@syrusakbary.com",
"download_url": "https://files.pythonhosted.org/packages/84/a0/cb53fb64b52123513d04f9b913b905f3eb6fda7264e639b4573cc715c29f/validate_email-1.3.tar.gz",
"platform": "UNKNOWN",
"description": "==============\nValidate_email\n==============\n\nValidate_email is a package for Python that check if an email is valid, properly formatted and really exists.\n\n\n\nINSTALLATION\n============\n\nFirst, you must do::\n\n pip install validate_email\n\nExtra\n------\n\nFor check the domain mx and verify email exits you must have the `pyDNS` package installed::\n\n pip install pyDNS\n\n\nUSAGE\n=====\n\nBasic usage::\n\n from validate_email import validate_email\n is_valid = validate_email('example@example.com')\n\n\nChecking domain has SMTP Server\n-------------------------------\n\nCheck if the host has SMTP Server::\n\n from validate_email import validate_email\n is_valid = validate_email('example@example.com',check_mx=True)\n\n\nVerify email exists\n-------------------\n\nCheck if the host has SMTP Server and the email really exists::\n\n from validate_email import validate_email\n is_valid = validate_email('example@example.com',verify=True)\n\n\nTODOs and BUGS\n==============\nSee: http://github.com/syrusakbary/validate_email/issues",
"bugtrack_url": null,
"license": "LGPL",
"summary": "Validate_email verify if an email address is valid and really exists.",
"version": "1.3",
"project_urls": {
"Download": "git@github.com:syrusakbary/validate_email.git",
"Homepage": "http://github.com/syrusakbary/validate_email"
},
"split_keywords": [
"email",
"validation",
"verification",
"mx",
"verify"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "84a0cb53fb64b52123513d04f9b913b905f3eb6fda7264e639b4573cc715c29f",
"md5": "5a664f9c80af17a23cfce8c2553c23c2",
"sha256": "784719dc5f780be319cdd185dc85dd93afebdb6ebb943811bc4c7c5f9c72aeaf"
},
"downloads": -1,
"filename": "validate_email-1.3.tar.gz",
"has_sig": false,
"md5_digest": "5a664f9c80af17a23cfce8c2553c23c2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4694,
"upload_time": "2015-03-23T04:22:45",
"upload_time_iso_8601": "2015-03-23T04:22:45.115283Z",
"url": "https://files.pythonhosted.org/packages/84/a0/cb53fb64b52123513d04f9b913b905f3eb6fda7264e639b4573cc715c29f/validate_email-1.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2015-03-23 04:22:45",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "syrusakbary",
"github_project": "validate_email",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "validate_email"
}