{ "info": { "author": "Zeioth", "author_email": "test@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3 :: Only" ], "description": "Django-email-blacklist\r\n======================\r\n\r\nPython class to detect fake email providers. Checks each email against a blacklist of ~890 domains used by various disposable email services. Tested in production with Django. This package requires Python 3, for Python 2.7 support `see here. `__\r\n\r\nInstallation\r\n------------\r\n\r\nInstall it using ``pip`` and add it to your Django INSTALLED_APPS::\r\n \r\n $ pip install django-email-blacklist\r\n \r\nCreate a folder in your templates directory and download the example email blacklist::\r\n\r\n $ wget https://raw.github.com/zeioth/django-email-blacklist/master/disposable_email_domains.txt\r\n\r\nAdd this to to your ``settings.py``::\r\n\r\n DISPOSABLE_EMAIL_DOMAINS = \"/path_to_your/disposable_email_domains.txt\"\r\n\r\nUsage\r\n--------\r\n\r\nTo use the checker in your own scripts::\r\n\r\n >>> from django_email_blacklist import DisposableEmailChecker\r\n \r\n >>> email_checker = DisposableEmailChecker()\r\n >>> email_checker.is_disposable(\"foo@guerrillamail.com\")\r\n True\r\n\r\nCredits\r\n--------\r\nThis is a fork from DisposableEmailChecker by aaronbassett, maintained by Zeioth.", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/Zeioth/django-email-blacklist/releases", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Zeioth/django-email-blacklist", "keywords": "django email blacklist disposable validation check", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-email-blacklist", "package_url": "https://pypi.org/project/django-email-blacklist/", "platform": "", "project_url": "https://pypi.org/project/django-email-blacklist/", "project_urls": { "Download": "https://github.com/Zeioth/django-email-blacklist/releases", "Homepage": "https://github.com/Zeioth/django-email-blacklist" }, "release_url": "https://pypi.org/project/django-email-blacklist/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "Python class for use with Django to detect Disposable Emails.", "version": "1.0.1" }, "last_serial": 1759050, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "bcd98eddf9882005e6cc0c09d580412b", "sha256": "5cfdde6107c3b016dd1bcc19c056b1cf7ee6a958b14d68e2a524a6bf3524318a" }, "downloads": -1, "filename": "django-email-blacklist-1.0.1.tar.gz", "has_sig": false, "md5_digest": "bcd98eddf9882005e6cc0c09d580412b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1769, "upload_time": "2015-01-26T01:39:34", "url": "https://files.pythonhosted.org/packages/70/62/bff1af5af42e7337a75359a80ce112e7d579969450d821016757097238f6/django-email-blacklist-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bcd98eddf9882005e6cc0c09d580412b", "sha256": "5cfdde6107c3b016dd1bcc19c056b1cf7ee6a958b14d68e2a524a6bf3524318a" }, "downloads": -1, "filename": "django-email-blacklist-1.0.1.tar.gz", "has_sig": false, "md5_digest": "bcd98eddf9882005e6cc0c09d580412b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1769, "upload_time": "2015-01-26T01:39:34", "url": "https://files.pythonhosted.org/packages/70/62/bff1af5af42e7337a75359a80ce112e7d579969450d821016757097238f6/django-email-blacklist-1.0.1.tar.gz" } ] }