# 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/fa/8e/fcf5cd7739f347a9e4cfe2698218e07e735380e919c275bfb821323622f5/disposable_email_domains-0.0.108.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.108",
"project_urls": {
"Homepage": "https://github.com/disposable-email-domains/disposable-email-domains"
},
"split_keywords": [
"disposable",
"email",
"domains",
"blocklist"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "468e91f963e316bde35dc2cd3a24d835274eb0e58cdded0556d7aed057dfbb69",
"md5": "80df90052a1d4eefafc38afd5bf41156",
"sha256": "57a3ae6cfb03ef29f93c6aa069137f57b60cbcb8295d9f82b0158e357b32c799"
},
"downloads": -1,
"filename": "disposable_email_domains-0.0.108-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "80df90052a1d4eefafc38afd5bf41156",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 25129,
"upload_time": "2024-10-25T01:51:56",
"upload_time_iso_8601": "2024-10-25T01:51:56.651202Z",
"url": "https://files.pythonhosted.org/packages/46/8e/91f963e316bde35dc2cd3a24d835274eb0e58cdded0556d7aed057dfbb69/disposable_email_domains-0.0.108-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fa8efcf5cd7739f347a9e4cfe2698218e07e735380e919c275bfb821323622f5",
"md5": "f25e9c16a4be337678b257dda9d49ae1",
"sha256": "4427cb11962dbfc5bb5afddbb6381fb7072eb7abf941bae4c37e414b544ae3c3"
},
"downloads": -1,
"filename": "disposable_email_domains-0.0.108.tar.gz",
"has_sig": false,
"md5_digest": "f25e9c16a4be337678b257dda9d49ae1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 49095,
"upload_time": "2024-10-25T01:51:58",
"upload_time_iso_8601": "2024-10-25T01:51:58.282533Z",
"url": "https://files.pythonhosted.org/packages/fa/8e/fcf5cd7739f347a9e4cfe2698218e07e735380e919c275bfb821323622f5/disposable_email_domains-0.0.108.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-25 01:51:58",
"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": [],
"lcname": "disposable-email-domains"
}