{ "info": { "author": "Carlos Killpack", "author_email": "carlos.killpack@rocketmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved", "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Communications :: Email", "Topic :: Utilities" ], "description": "|build|\n\n======================\nvalidate-email-address\n======================\n\n`validate-email-address` 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-address\n\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_address import validate_email\n >>> validate_email('example@example.com')\n True\n\n\nChecking domain has SMTP Server\n-------------------------------\n\nCheck if the host has SMTP Server::\n\n >>> from validate_email_address import validate_email\n >>> validate_email('example@sharklasers.com', check_mx=True)\n 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_address import validate_email\n >>> validate_email('example@sharklasers.com', verify=True)\n True\n\n\n.. |build| image:: https://travis-ci.org/heropunch/validate-email-address.svg\n :target: https://travis-ci.org/heropunch/validate-email-address", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/heropunch/validate-email-address.git", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/heropunch/validate-email-address", "keywords": "email validation verification mx verify", "license": "LGPLv3", "maintainer": null, "maintainer_email": null, "name": "validate-email-address", "package_url": "https://pypi.org/project/validate-email-address/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/validate-email-address/", "project_urls": { "Download": "https://github.com/heropunch/validate-email-address.git", "Homepage": "http://github.com/heropunch/validate-email-address" }, "release_url": "https://pypi.org/project/validate-email-address/1/", "requires_dist": null, "requires_python": null, "summary": "Verify if an email address is valid and really exists.", "version": "1" }, "last_serial": 1213203, "releases": { "1": [ { "comment_text": "", "digests": { "md5": "ff227d2fd4ba0921d3fc5f033ba8f13f", "sha256": "9c00f978fed19d3df368b054292df7e8443761e44d3fadf95ef25499ea980f43" }, "downloads": -1, "filename": "validate-email-address-1.tar.gz", "has_sig": true, "md5_digest": "ff227d2fd4ba0921d3fc5f033ba8f13f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4906, "upload_time": "2014-09-04T19:03:56", "url": "https://files.pythonhosted.org/packages/62/4c/bf53c66bf1a28635a755e943e2fbd0b29db7ebb9ae8fe9e72d3c4b14907b/validate-email-address-1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ff227d2fd4ba0921d3fc5f033ba8f13f", "sha256": "9c00f978fed19d3df368b054292df7e8443761e44d3fadf95ef25499ea980f43" }, "downloads": -1, "filename": "validate-email-address-1.tar.gz", "has_sig": true, "md5_digest": "ff227d2fd4ba0921d3fc5f033ba8f13f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4906, "upload_time": "2014-09-04T19:03:56", "url": "https://files.pythonhosted.org/packages/62/4c/bf53c66bf1a28635a755e943e2fbd0b29db7ebb9ae8fe9e72d3c4b14907b/validate-email-address-1.tar.gz" } ] }