# 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/d3/3d/1f8bb65562b29332428af0b6b65f5f6b8411070ee093cdfeeb3f1b3eadb5/disposable_email_domains-0.0.135.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.135",
"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": "265d3e501775da98e192f7e448a0062a986e07a8f4db57990e3f895f6c34d144",
"md5": "7b2edd9b38027f6e8e8508b681f24a30",
"sha256": "99ae5aa1bf0459c55ea4c33c27074e1bb087592df47e5cb2b0470173c883ffac"
},
"downloads": -1,
"filename": "disposable_email_domains-0.0.135-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "7b2edd9b38027f6e8e8508b681f24a30",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 29404,
"upload_time": "2025-09-10T14:48:23",
"upload_time_iso_8601": "2025-09-10T14:48:23.188525Z",
"url": "https://files.pythonhosted.org/packages/26/5d/3e501775da98e192f7e448a0062a986e07a8f4db57990e3f895f6c34d144/disposable_email_domains-0.0.135-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d33d1f8bb65562b29332428af0b6b65f5f6b8411070ee093cdfeeb3f1b3eadb5",
"md5": "9f48fb7bef17b7f1364944886d9bfc91",
"sha256": "d5dac048dd539ea536535a53c2372dca790ab0e609e9d7fb18cd4665f115412e"
},
"downloads": -1,
"filename": "disposable_email_domains-0.0.135.tar.gz",
"has_sig": false,
"md5_digest": "9f48fb7bef17b7f1364944886d9bfc91",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 57530,
"upload_time": "2025-09-10T14:48:24",
"upload_time_iso_8601": "2025-09-10T14:48:24.421968Z",
"url": "https://files.pythonhosted.org/packages/d3/3d/1f8bb65562b29332428af0b6b65f5f6b8411070ee093cdfeeb3f1b3eadb5/disposable_email_domains-0.0.135.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-10 14:48:24",
"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"
}