disposable-email-domains


Namedisposable-email-domains JSON
Version 0.0.102 PyPI version JSON
download
home_pagehttps://github.com/disposable-email-domains/disposable-email-domains
SummaryA set of disposable email domains
upload_time2024-04-24 11:45:07
maintainerNone
docs_urlNone
authorDustin Ingram
requires_pythonNone
licenseMIT
keywords disposable email domains blocklist
VCS
bugtrack_url
requirements No requirements were recorded.
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/c7/ea/1a8f2dfbbc9c7812302c0b68f3a9a2b55b86a3dea70678a781ee1d7162a9/disposable_email_domains-0.0.102.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.102",
    "project_urls": {
        "Homepage": "https://github.com/disposable-email-domains/disposable-email-domains"
    },
    "split_keywords": [
        "disposable",
        "email",
        "domains",
        "blocklist"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bdfb49d73249a5e1b988ec2243250e7da2f899a5ca68cc9e8f7aeea7cb11ad45",
                "md5": "6e322921410c2d41fe252581f9860975",
                "sha256": "9bc079551202c64263e6fd856d183917af36a92504eb63c1adc70eea0dc980b3"
            },
            "downloads": -1,
            "filename": "disposable_email_domains-0.0.102-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6e322921410c2d41fe252581f9860975",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 24871,
            "upload_time": "2024-04-24T11:45:05",
            "upload_time_iso_8601": "2024-04-24T11:45:05.132845Z",
            "url": "https://files.pythonhosted.org/packages/bd/fb/49d73249a5e1b988ec2243250e7da2f899a5ca68cc9e8f7aeea7cb11ad45/disposable_email_domains-0.0.102-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c7ea1a8f2dfbbc9c7812302c0b68f3a9a2b55b86a3dea70678a781ee1d7162a9",
                "md5": "24f3c07887fa77d4266a7348fb610839",
                "sha256": "c254a55daa7c852bfd99349b16a03eb20640e55eba418509fb4049eaabef195d"
            },
            "downloads": -1,
            "filename": "disposable_email_domains-0.0.102.tar.gz",
            "has_sig": false,
            "md5_digest": "24f3c07887fa77d4266a7348fb610839",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 48576,
            "upload_time": "2024-04-24T11:45:07",
            "upload_time_iso_8601": "2024-04-24T11:45:07.800986Z",
            "url": "https://files.pythonhosted.org/packages/c7/ea/1a8f2dfbbc9c7812302c0b68f3a9a2b55b86a3dea70678a781ee1d7162a9/disposable_email_domains-0.0.102.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-24 11:45:07",
    "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"
}
        
Elapsed time: 0.26360s