{ "info": { "author": "Bhargav Patel", "author_email": "ziikutv@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy" ], "description": "ValidateEmail\n=============\n\n`Build Status `__\n`License: MIT `__\n\n Validate if an email is a disposable email.\n\n.. code:: python\n\n from py_validate_email import is_valid_email\n\n def register(email, password):\n if not is_valid_email(email):\n raise ValueError('Cannot register email with invalid email')\n\nContributing\n~~~~~~~~~~~~\n\n**Pull requests welcome**\n\n1. Fork the repository\n2. Create a new branch\n3. Make the necessary changes including your tests\n4. Lint your code via ``make lint``\n5. Check the coverage report via ``make test``\n6. Create a `Pull\n Request `__\n\nAcknowledgements\n~~~~~~~~~~~~~~~~\n\nEmail list was sourced from\n`hallelujah/valid_email `__,\nlicensed under MIT.\n\nLicense\n~~~~~~~\n\n`Reference `__\n\nChange Log\n==========\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bhargavrpatel/py-validate-email", "keywords": "validate disposable emails", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "py-validate-email", "package_url": "https://pypi.org/project/py-validate-email/", "platform": "", "project_url": "https://pypi.org/project/py-validate-email/", "project_urls": { "Homepage": "https://github.com/bhargavrpatel/py-validate-email" }, "release_url": "https://pypi.org/project/py-validate-email/1.0.2/", "requires_dist": [ "pytest; extra == 'tests'", "coverage; extra == 'tests'", "tox; extra == 'tests'" ], "requires_python": "", "summary": "A Python port to validate disposable emails", "version": "1.0.2" }, "last_serial": 3959924, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "9464b024f03bbdcda4c38f5831e90300", "sha256": "a0120ab8e787d9abff40aa6d25ac0ec0297cff531d6d8461d63ed5ad6e1f6526" }, "downloads": -1, "filename": "py_validate_email-1.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "9464b024f03bbdcda4c38f5831e90300", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 6518, "upload_time": "2018-06-14T04:12:32", "url": "https://files.pythonhosted.org/packages/73/c8/3c002d2bb5e8be22795c4e8f374903dae1a299e27f1ecfc064b9a5610c48/py_validate_email-1.0.1-py2-none-any.whl" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "a379f5d2bb6b017b06a4f5c807bc5565", "sha256": "92dce5a3a03c17ec5f87d8fca473b9045d97e5593dc28107bc92d2e66a59e77c" }, "downloads": -1, "filename": "py_validate_email-1.0.2-py2-none-any.whl", "has_sig": false, "md5_digest": "a379f5d2bb6b017b06a4f5c807bc5565", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 7410, "upload_time": "2018-06-14T04:15:51", "url": "https://files.pythonhosted.org/packages/92/62/d054150f21183d270226b9fcb33b2f41e20edb05f36679bdc8e967fec7d6/py_validate_email-1.0.2-py2-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a379f5d2bb6b017b06a4f5c807bc5565", "sha256": "92dce5a3a03c17ec5f87d8fca473b9045d97e5593dc28107bc92d2e66a59e77c" }, "downloads": -1, "filename": "py_validate_email-1.0.2-py2-none-any.whl", "has_sig": false, "md5_digest": "a379f5d2bb6b017b06a4f5c807bc5565", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 7410, "upload_time": "2018-06-14T04:15:51", "url": "https://files.pythonhosted.org/packages/92/62/d054150f21183d270226b9fcb33b2f41e20edb05f36679bdc8e967fec7d6/py_validate_email-1.0.2-py2-none-any.whl" } ] }