{ "info": { "author": "L\u00e1szl\u00f3 K\u00e1rolyi", "author_email": "laszlo@karolyi.hu", "bugtrack_url": null, "classifiers": [], "description": ".. image:: https://travis-ci.org/karolyi/py3-validate-email.svg?branch=master\n :target: https://travis-ci.org/karolyi/py3-validate-email\n\n============================\npy3-validate-email\n============================\n\npy3-validate-email is a package for Python that check if an email is valid, properly formatted and really exists.\n\nThis module is for Python 3.6 and above!\n\nINSTALLATION\n============================\n\nYou can install the package with pip:\n\n pip install py3-validate-email\n\n\nUSAGE\n============================\n\nBasic usage::\n\n from validate_email import validate_email\n is_valid = validate_email(email_address='example@example.com', check_regex=True, check_mx=True, from_address='my@from.addr.ess', helo_host='my.host.name', smtp_timeout=10, dns_timeout=10, use_blacklist=True)\n\n:code:`check_regex` will check will the email address has a valid structure and defaults to True\n\n:code:`check_mx`: check the mx-records and check whether the email actually exists\n\n:code:`from_address`: the email address the probe will be sent from,\n\n:code:`helo_host`: the host to use in SMTP HELO when checking for an email,\n\n:code:`smtp_timeout`: seconds until SMTP timeout\n\n:code:`dns_timeout`: seconds until DNS timeout\n\n:code:`use_blacklist`: use the blacklist of domains downloaded from https://github.com/martenson/disposable-email-domains\n\nTODOs and BUGS\n============================\nSee: https://github.com/karolyi/py3-validate-email/issues\n\n\n", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/karolyi/py3-validate-email", "keywords": "email validation verification mx verify", "license": "LGPL", "maintainer": "", "maintainer_email": "", "name": "py3-validate-email", "package_url": "https://pypi.org/project/py3-validate-email/", "platform": "", "project_url": "https://pypi.org/project/py3-validate-email/", "project_urls": { "Homepage": "http://github.com/karolyi/py3-validate-email" }, "release_url": "https://pypi.org/project/py3-validate-email/0.1.11/", "requires_dist": [ "dnspython (>=1.16.0)", "idna (>=2.8)" ], "requires_python": "", "summary": "Email validator with regex and SMTP checking.", "version": "0.1.11" }, "last_serial": 5451465, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "e2b965c4b06013460b1b9ea5e81ac910", "sha256": "f41c961a98d32ea07fb50a245db80533df2d856cfeb5f02bc3e64018c88956c1" }, "downloads": -1, "filename": "py3-validate-email-0.1.1.tar.gz", "has_sig": false, "md5_digest": "e2b965c4b06013460b1b9ea5e81ac910", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4552, "upload_time": "2019-03-02T02:43:32", "url": "https://files.pythonhosted.org/packages/ac/f0/033f927088847f854c57af0c689de66cce16f6411b2c93f9164a8f94b5b3/py3-validate-email-0.1.1.tar.gz" } ], "0.1.10": [ { "comment_text": "", "digests": { "md5": "829245e58160fb2563b1022ac01d0b31", "sha256": "417824215fe4a4750804aec2633ad4865d37fc9066e60073dbdc3dd9c14753fe" }, "downloads": -1, "filename": "py3-validate-email-0.1.10.tar.gz", "has_sig": false, "md5_digest": "829245e58160fb2563b1022ac01d0b31", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5897, "upload_time": "2019-05-25T12:33:40", "url": "https://files.pythonhosted.org/packages/4a/a2/17408be53b0c7634a682135e3a296539d1bcdf52b337d60985b83aea932f/py3-validate-email-0.1.10.tar.gz" } ], "0.1.11": [ { "comment_text": "", "digests": { "md5": "9c7574783af079769ee0826f1de6d6da", "sha256": "894af1e6637d990560caf9669876999365a03cf55550c7b475827250ed9a15da" }, "downloads": -1, "filename": "py3_validate_email-0.1.11-py3-none-any.whl", "has_sig": false, "md5_digest": "9c7574783af079769ee0826f1de6d6da", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 23203, "upload_time": "2019-06-26T12:45:22", "url": "https://files.pythonhosted.org/packages/ec/a0/1fc466bda518d7cc1051ec3870b2f642bf8f08afac23938b5720e2d64199/py3_validate_email-0.1.11-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "66292563701478cf19cdc199791b7390", "sha256": "089784ffaad0ad530e72dadada42bb56cc5e987c33974f7e1135897cbf51afee" }, "downloads": -1, "filename": "py3-validate-email-0.1.11.tar.gz", "has_sig": false, "md5_digest": "66292563701478cf19cdc199791b7390", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5964, "upload_time": "2019-06-26T12:45:23", "url": "https://files.pythonhosted.org/packages/51/4d/4e3967a3c52f4c48dbd25fedd3c4cf3e176d56a4aff796b219d760439cb3/py3-validate-email-0.1.11.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "1d7e4d862e8248f86e3d6fb3366ba987", "sha256": "fa865d745b4b6a703d9613d4d54ce400c1cec02479e0d5c1416973a62ff660dd" }, "downloads": -1, "filename": "py3_validate_email-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "1d7e4d862e8248f86e3d6fb3366ba987", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 21920, "upload_time": "2019-03-02T03:03:23", "url": "https://files.pythonhosted.org/packages/88/11/746c07e5cace6eac35636a731c5b216fea523c7c7a355f6fec5bba9942f9/py3_validate_email-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bd7f10460e2b765561a4beeb962f9945", "sha256": "ea18f2889067eabb0ad6edff7a54323a8a76f8f4813e20b7596631858731ab66" }, "downloads": -1, "filename": "py3-validate-email-0.1.2.tar.gz", "has_sig": false, "md5_digest": "bd7f10460e2b765561a4beeb962f9945", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4625, "upload_time": "2019-03-02T03:03:24", "url": "https://files.pythonhosted.org/packages/84/29/5a998680167737de181b0974740c64dff2cc9165248d26b95d216f201758/py3-validate-email-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "cb77579a4b5d5f83152368fb4d7af676", "sha256": "32caf7766f25a6b117adb1354c25e2cfff97eaf71a93edb03ac4b21ced12d4b5" }, "downloads": -1, "filename": "py3_validate_email-0.1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "cb77579a4b5d5f83152368fb4d7af676", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 21971, "upload_time": "2019-03-03T14:39:56", "url": "https://files.pythonhosted.org/packages/59/9a/f8f5f2444e1170e069f2e04495a6b9dbd827b286aba2f52faf7eaedbb03c/py3_validate_email-0.1.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4cd46b7a480d22f403c5f6c3c4ed5e7b", "sha256": "131834240bc3d4b12f7a8e8fa142d37d9e8f6871bcfb01942f9dc5a5ad9dd669" }, "downloads": -1, "filename": "py3-validate-email-0.1.3.tar.gz", "has_sig": false, "md5_digest": "4cd46b7a480d22f403c5f6c3c4ed5e7b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4811, "upload_time": "2019-03-03T14:39:57", "url": "https://files.pythonhosted.org/packages/43/66/0533e6a0741060504ba32f9d722bdf33706e5be3d7866e0e336315abae42/py3-validate-email-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "ebe962472638781aefb72397e206ab32", "sha256": "40c5e942b88d2c8a4101dbcc3688cc51a6e478339ad2a464266375e106898ac5" }, "downloads": -1, "filename": "py3_validate_email-0.1.4-py3-none-any.whl", "has_sig": false, "md5_digest": "ebe962472638781aefb72397e206ab32", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 21996, "upload_time": "2019-03-03T21:50:20", "url": "https://files.pythonhosted.org/packages/15/a3/73e1cec2ce00691919e7f3b192655cda34db6da59532a7b6ba4142c05116/py3_validate_email-0.1.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7d21483a62b173043dd7d3d040032776", "sha256": "e4663c029b6d9133d36775a320b201754dac3c5d79c7f79aa9efcee62979b184" }, "downloads": -1, "filename": "py3-validate-email-0.1.4.tar.gz", "has_sig": false, "md5_digest": "7d21483a62b173043dd7d3d040032776", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4850, "upload_time": "2019-03-03T21:50:21", "url": "https://files.pythonhosted.org/packages/2b/ac/6cdd07dcac89c9c2e1bccb8b247031154ff2b600a565fe77613960cae2c8/py3-validate-email-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "a8040582c9ba8472e19fdf1e9a27f301", "sha256": "b0b4681f4b643946c00ec511e62048a6968c205cef531cf05112b340507239c3" }, "downloads": -1, "filename": "py3_validate_email-0.1.5-py3-none-any.whl", "has_sig": false, "md5_digest": "a8040582c9ba8472e19fdf1e9a27f301", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 22139, "upload_time": "2019-03-25T11:38:40", "url": "https://files.pythonhosted.org/packages/c1/de/7615bd31d86ca10526a5179348d186cbdf87066a455e6e842b9a44238218/py3_validate_email-0.1.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cd3baea905ad60e522c8cf160c17a3e7", "sha256": "b6dfe44c094f086a710eec6e7bb9d4f618c1144640b8d64bb9924900a33ee4f6" }, "downloads": -1, "filename": "py3-validate-email-0.1.5.tar.gz", "has_sig": false, "md5_digest": "cd3baea905ad60e522c8cf160c17a3e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5005, "upload_time": "2019-03-25T11:38:42", "url": "https://files.pythonhosted.org/packages/8d/9f/f4586d3b15ed9a214a9592c2a1737bf4d9dc38d847ba9cd1dd494e6993d3/py3-validate-email-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "e9364f2e887f0e2e9db0019e3c39f5ec", "sha256": "cdf68c3e71defbbc36bf8b9d268e32028b45667bcf9e4f3d1d5346a164f59139" }, "downloads": -1, "filename": "py3_validate_email-0.1.6-py3-none-any.whl", "has_sig": false, "md5_digest": "e9364f2e887f0e2e9db0019e3c39f5ec", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 22626, "upload_time": "2019-04-03T19:54:10", "url": "https://files.pythonhosted.org/packages/f5/ab/30cc96b635d3b799cf92c98f21d3d26177f899e6a46ba77c39eeffabe358/py3_validate_email-0.1.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dc44ad8ea9aa3497f114db4c912551f9", "sha256": "42df6fae91669887cc8c40370c84ab081dc38ffcfdda0d09ff532714f1738f3f" }, "downloads": -1, "filename": "py3-validate-email-0.1.6.tar.gz", "has_sig": false, "md5_digest": "dc44ad8ea9aa3497f114db4c912551f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5352, "upload_time": "2019-04-03T19:54:12", "url": "https://files.pythonhosted.org/packages/b0/6f/0b1d7fb76e8d597d1ec97b14c0a27535baf3e95ab715bd6a04eeb75e5b38/py3-validate-email-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "c2054de1b261bcbce093484302091d61", "sha256": "10290932b25657c923c1eb22fb55481520e4533dc0462fc17bd4a032b0b5784d" }, "downloads": -1, "filename": "py3_validate_email-0.1.7-py3-none-any.whl", "has_sig": false, "md5_digest": "c2054de1b261bcbce093484302091d61", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 22652, "upload_time": "2019-04-06T16:32:12", "url": "https://files.pythonhosted.org/packages/52/26/f4e60656015bff44f9b508b5d2ac75e5087318f36f1f627f0c51078182cc/py3_validate_email-0.1.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c07ca5a780b9343bf971065fe44cfcb2", "sha256": "a235fef1e337e82d157a98b8340544ada2b00bae0b661ecd69d22addedeeb6db" }, "downloads": -1, "filename": "py3-validate-email-0.1.7.tar.gz", "has_sig": false, "md5_digest": "c07ca5a780b9343bf971065fe44cfcb2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5440, "upload_time": "2019-04-06T16:32:14", "url": "https://files.pythonhosted.org/packages/56/54/15ac25b9809ceabda64d82ee0172f9e0990e07aee432759768be2a69261a/py3-validate-email-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "2b375935951eb6bf570e255fa57f7cdc", "sha256": "f7bc2a24f591caa1be76f6479e39e74a177fce8977c29c1ff2d2f36dc58cc8a0" }, "downloads": -1, "filename": "py3_validate_email-0.1.8-py3-none-any.whl", "has_sig": false, "md5_digest": "2b375935951eb6bf570e255fa57f7cdc", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 22912, "upload_time": "2019-05-03T17:07:04", "url": "https://files.pythonhosted.org/packages/07/2b/7f53feb83a34eeb74c2374c06568e7162c72075ed507e5089cb058f5c95e/py3_validate_email-0.1.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0c3864162492176ef4c5e1a408f0a47d", "sha256": "02c1895392b007d8a903ed264b50f11318dfd424354a679cc94790104fc37623" }, "downloads": -1, "filename": "py3-validate-email-0.1.8.tar.gz", "has_sig": false, "md5_digest": "0c3864162492176ef4c5e1a408f0a47d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5708, "upload_time": "2019-05-03T17:07:06", "url": "https://files.pythonhosted.org/packages/6b/8b/790dc6fa8b3f1be0f945009ad78096a6df835ad5bf2ff81fdb67813972b5/py3-validate-email-0.1.8.tar.gz" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "0d67d8376d4cb092a64794148d6b4df8", "sha256": "559ab0aaa9aae35a172f2b6e55bdbe9881ee6ad93adedb55ca5a25ce72f4c36a" }, "downloads": -1, "filename": "py3-validate-email-0.1.9.tar.gz", "has_sig": false, "md5_digest": "0d67d8376d4cb092a64794148d6b4df8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5834, "upload_time": "2019-05-25T11:58:27", "url": "https://files.pythonhosted.org/packages/86/86/3232aeb25f2f2a79d9970f67471d806535a8e82b0170e714c31d53abe7b1/py3-validate-email-0.1.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9c7574783af079769ee0826f1de6d6da", "sha256": "894af1e6637d990560caf9669876999365a03cf55550c7b475827250ed9a15da" }, "downloads": -1, "filename": "py3_validate_email-0.1.11-py3-none-any.whl", "has_sig": false, "md5_digest": "9c7574783af079769ee0826f1de6d6da", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 23203, "upload_time": "2019-06-26T12:45:22", "url": "https://files.pythonhosted.org/packages/ec/a0/1fc466bda518d7cc1051ec3870b2f642bf8f08afac23938b5720e2d64199/py3_validate_email-0.1.11-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "66292563701478cf19cdc199791b7390", "sha256": "089784ffaad0ad530e72dadada42bb56cc5e987c33974f7e1135897cbf51afee" }, "downloads": -1, "filename": "py3-validate-email-0.1.11.tar.gz", "has_sig": false, "md5_digest": "66292563701478cf19cdc199791b7390", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5964, "upload_time": "2019-06-26T12:45:23", "url": "https://files.pythonhosted.org/packages/51/4d/4e3967a3c52f4c48dbd25fedd3c4cf3e176d56a4aff796b219d760439cb3/py3-validate-email-0.1.11.tar.gz" } ] }