disposable-email-domains


Namedisposable-email-domains JSON
Version 0.0.112 PyPI version JSON
download
home_pagehttps://github.com/disposable-email-domains/disposable-email-domains
SummaryA set of disposable email domains
upload_time2024-12-18 03:00:38
maintainerNone
docs_urlNone
authorDustin Ingram
requires_pythonNone
licenseMIT
keywords disposable email domains blocklist
VCS
bugtrack_url
requirements publicsuffixlist requests
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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/a8/c7/8e8fefc4874c77b03f7e0ae86758de08e97ac6dc9a530b208f4df124234d/disposable_email_domains-0.0.112.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.112",
    "project_urls": {
        "Homepage": "https://github.com/disposable-email-domains/disposable-email-domains"
    },
    "split_keywords": [
        "disposable",
        "email",
        "domains",
        "blocklist"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "95b85ca4e4d00004b5ec9c4e98a0c50fa008bc0e2f172d2d644466766e85ee62",
                "md5": "bfa3c1759d38f00c24590cb333a0c19d",
                "sha256": "989c4fdddf59cbd34dee9a817bfc544837e2176e08421a23537104f909c534bd"
            },
            "downloads": -1,
            "filename": "disposable_email_domains-0.0.112-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bfa3c1759d38f00c24590cb333a0c19d",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 25150,
            "upload_time": "2024-12-18T03:00:35",
            "upload_time_iso_8601": "2024-12-18T03:00:35.426632Z",
            "url": "https://files.pythonhosted.org/packages/95/b8/5ca4e4d00004b5ec9c4e98a0c50fa008bc0e2f172d2d644466766e85ee62/disposable_email_domains-0.0.112-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a8c78e8fefc4874c77b03f7e0ae86758de08e97ac6dc9a530b208f4df124234d",
                "md5": "7af9a4f7e10e3833bf8af0f4d0bef01a",
                "sha256": "3203757f057534aca0c7b4c84d2e109320bc1bd2f64e713c08cad6c1f9523c2b"
            },
            "downloads": -1,
            "filename": "disposable_email_domains-0.0.112.tar.gz",
            "has_sig": false,
            "md5_digest": "7af9a4f7e10e3833bf8af0f4d0bef01a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 49123,
            "upload_time": "2024-12-18T03:00:38",
            "upload_time_iso_8601": "2024-12-18T03:00:38.152717Z",
            "url": "https://files.pythonhosted.org/packages/a8/c7/8e8fefc4874c77b03f7e0ae86758de08e97ac6dc9a530b208f4df124234d/disposable_email_domains-0.0.112.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-18 03:00:38",
    "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"
}
        
Elapsed time: 0.43314s