{ "info": { "author": "Dmitrii K", "author_email": "winston.smith.spb@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only" ], "description": "Email Existence\r\n===============\r\n\r\nPython 3 library for email validation\r\n\r\nRequirements\r\n------------\r\n\r\n1. Python 3.x\r\n2. dnspython3\r\n\r\nInstalation\r\n-----------\r\n\r\n::\r\n\r\n pip install email_existence\r\n\r\nUsage\r\n-----\r\n\r\n::\r\n\r\n >>> from email_existence import EmailExistence\r\n >>> checked_email = EmailExistence('example@gmail.com')\r\n >>> checked_email.code\r\n 550\r\n >>> checked_email.message\r\n b\"5.1.1 The email account that you tried to reach does not exist. Please try\\n5.1.1 double-checking the recipient's email address for typos or\\n5.1.1 unnecessary spaces. Learn more at\\n5.1.1 https://support.google.com/mail/?p=NoSuchUser u83si7007029ywg.314 - gsmtp\"", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/dmitriiweb/email_existence", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "email-existence", "package_url": "https://pypi.org/project/email-existence/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/email-existence/", "project_urls": { "Homepage": "https://github.com/dmitriiweb/email_existence" }, "release_url": "https://pypi.org/project/email-existence/1.0.1/", "requires_dist": null, "requires_python": "", "summary": "Python 3 library for email validation", "version": "1.0.1" }, "last_serial": 2893291, "releases": { "1.0.0": [], "1.0.1": [ { "comment_text": "", "digests": { "md5": "33864f1fa0b5207ff642b1bed9af9d7e", "sha256": "c3491d3fd83842b8a54aaf414b2e6ed09116d49fd97667afe45f26438f56097c" }, "downloads": -1, "filename": "email_existence-1.0.1.tar.gz", "has_sig": false, "md5_digest": "33864f1fa0b5207ff642b1bed9af9d7e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1097, "upload_time": "2017-05-23T13:44:23", "url": "https://files.pythonhosted.org/packages/fe/91/73899b58ce860e529cb9e0a9035134d329495264ed70216f7b1780a4dd0c/email_existence-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "33864f1fa0b5207ff642b1bed9af9d7e", "sha256": "c3491d3fd83842b8a54aaf414b2e6ed09116d49fd97667afe45f26438f56097c" }, "downloads": -1, "filename": "email_existence-1.0.1.tar.gz", "has_sig": false, "md5_digest": "33864f1fa0b5207ff642b1bed9af9d7e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1097, "upload_time": "2017-05-23T13:44:23", "url": "https://files.pythonhosted.org/packages/fe/91/73899b58ce860e529cb9e0a9035134d329495264ed70216f7b1780a4dd0c/email_existence-1.0.1.tar.gz" } ] }