# Disposable Email Domains
This module provides a set of known disposable email domains.
## Usage
The blocklist is a Python `set` containing all domains in the blocklist:
```python
>>> from disposable_email_domains import blocklist
>>> 'bearsarefuzzy.com' in blocklist
True
```
The domains are guaranteed to be fully lowercased and stripped of whitespace.
## Source
The source of this list is the [disposable-email-domains][1] project.
This module attempts to provide a mirror of that project as a Python module.
If you feel a domain should or shouldn't be on the blocklist, you are
encouraged to make a pull request against the [source repository][2]
[1]: https://github.com/disposable-email-domains/disposable-email-domains
[2]: https://github.com/disposable-email-domains/disposable-email-domains
Raw data
{
"_id": null,
"home_page": "https://github.com/disposable-email-domains/disposable-email-domains",
"name": "disposable-email-domains",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "disposable email domains blocklist",
"author": "Dustin Ingram",
"author_email": "github@dustingram.com",
"download_url": "https://files.pythonhosted.org/packages/9f/d5/209b9695c0f49c6898a9bcbabc79980a2440b61bb1f075ed490ea72e740e/disposable_email_domains-0.0.128.tar.gz",
"platform": null,
"description": "# Disposable Email Domains\n\nThis module provides a set of known disposable email domains.\n\n## Usage\n\nThe blocklist is a Python `set` containing all domains in the blocklist:\n\n```python\n>>> from disposable_email_domains import blocklist\n>>> 'bearsarefuzzy.com' in blocklist\nTrue\n```\n\nThe domains are guaranteed to be fully lowercased and stripped of whitespace.\n\n## Source\n\nThe source of this list is the [disposable-email-domains][1] project.\n\nThis module attempts to provide a mirror of that project as a Python module.\n\nIf you feel a domain should or shouldn't be on the blocklist, you are\nencouraged to make a pull request against the [source repository][2]\n\n[1]: https://github.com/disposable-email-domains/disposable-email-domains\n[2]: https://github.com/disposable-email-domains/disposable-email-domains\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A set of disposable email domains",
"version": "0.0.128",
"project_urls": {
"Homepage": "https://github.com/disposable-email-domains/disposable-email-domains"
},
"split_keywords": [
"disposable",
"email",
"domains",
"blocklist"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "1b2df011b4329fc3dca66f1feadd3b3757a889874ca400abd07185d437ac78ee",
"md5": "3adb5d4d1fe1ab9324768d534528f031",
"sha256": "7980f98c12a28eeb4ffc21dd5310d94319c9860f68040d3aa763e9884a816b1a"
},
"downloads": -1,
"filename": "disposable_email_domains-0.0.128-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "3adb5d4d1fe1ab9324768d534528f031",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 29138,
"upload_time": "2025-07-21T02:37:14",
"upload_time_iso_8601": "2025-07-21T02:37:14.388948Z",
"url": "https://files.pythonhosted.org/packages/1b/2d/f011b4329fc3dca66f1feadd3b3757a889874ca400abd07185d437ac78ee/disposable_email_domains-0.0.128-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9fd5209b9695c0f49c6898a9bcbabc79980a2440b61bb1f075ed490ea72e740e",
"md5": "361e12f1bcb15100821a722ee5043f9f",
"sha256": "33b772e6836466fe5aed2f82734ddd9f6130cafea2ea4bc220519c595f070de5"
},
"downloads": -1,
"filename": "disposable_email_domains-0.0.128.tar.gz",
"has_sig": false,
"md5_digest": "361e12f1bcb15100821a722ee5043f9f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 56997,
"upload_time": "2025-07-21T02:37:15",
"upload_time_iso_8601": "2025-07-21T02:37:15.943808Z",
"url": "https://files.pythonhosted.org/packages/9f/d5/209b9695c0f49c6898a9bcbabc79980a2440b61bb1f075ed490ea72e740e/disposable_email_domains-0.0.128.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-21 02:37:15",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "disposable-email-domains",
"github_project": "disposable-email-domains",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "publicsuffixlist",
"specs": []
},
{
"name": "requests",
"specs": []
}
],
"lcname": "disposable-email-domains"
}