{ "info": { "author": "Syrus Akbary", "author_email": "me@syrusakbary.com", "bugtrack_url": null, "classifiers": [], "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", "description_content_type": null, "docs_url": null, "download_url": "git@github.com:syrusakbary/validate_email.git", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/syrusakbary/validate_email", "keywords": "email validation verification mx verify", "license": "LGPL", "maintainer": null, "maintainer_email": null, "name": "validate_email", "package_url": "https://pypi.org/project/validate_email/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/validate_email/", "project_urls": { "Download": "git@github.com:syrusakbary/validate_email.git", "Homepage": "http://github.com/syrusakbary/validate_email" }, "release_url": "https://pypi.org/project/validate_email/1.3/", "requires_dist": null, "requires_python": null, "summary": "Validate_email verify if an email address is valid and really exists.", "version": "1.3" }, "last_serial": 1472776, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "d9ea790172d307d487a18ee8893d4fa6", "sha256": "bd3c97a6327cb511860c5f37306cd84202ad8820bd18942c734f8dbbf63983ad" }, "downloads": -1, "filename": "validate_email-1.0.tar.gz", "has_sig": false, "md5_digest": "d9ea790172d307d487a18ee8893d4fa6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15820, "upload_time": "2012-04-22T22:14:03", "url": "https://files.pythonhosted.org/packages/55/d3/f07d63ecbbc83e8a0d42cbb95ca04eb47165a96462974e52ea0808216f9a/validate_email-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "3b10c4b9395f638a1c56ec53dde41520", "sha256": "6da2c2dced6772fd4271f2e359ca9dbf064b83e731e531e7150e299861e20bc6" }, "downloads": -1, "filename": "validate_email-1.1.tar.gz", "has_sig": false, "md5_digest": "3b10c4b9395f638a1c56ec53dde41520", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15827, "upload_time": "2012-04-22T22:15:09", "url": "https://files.pythonhosted.org/packages/77/d5/9b492e9966e2fddaca2dc65457ad225e0a1d3357bf65b8c1fa01b852b9d2/validate_email-1.1.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "b7f41a08dc4366b176cb95ea1997cee2", "sha256": "9d43e602148b85250d4f20b8392e4a58532918274c46377a1ed32621007de2ee" }, "downloads": -1, "filename": "validate_email-1.2.tar.gz", "has_sig": false, "md5_digest": "b7f41a08dc4366b176cb95ea1997cee2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16290, "upload_time": "2014-03-20T11:42:04", "url": "https://files.pythonhosted.org/packages/19/08/7969b762a2b910ef340b563c0036e8445617aed46052ab4a02ab3beeb870/validate_email-1.2.tar.gz" } ], "1.3": [ { "comment_text": "", "digests": { "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", "url": "https://files.pythonhosted.org/packages/84/a0/cb53fb64b52123513d04f9b913b905f3eb6fda7264e639b4573cc715c29f/validate_email-1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "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", "url": "https://files.pythonhosted.org/packages/84/a0/cb53fb64b52123513d04f9b913b905f3eb6fda7264e639b4573cc715c29f/validate_email-1.3.tar.gz" } ] }