px
pypx

disposable-email-domains

v0.0.244

A set of disposable email domains

51 KBpy3-none-anyMIT
Diff
$ uv add disposable-email-domains

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:

>>> 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 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

Details

Version
0.0.244
License
MIT
Maintainer
Dustin Ingram <[email protected]>

Release Cadence

110
releases in the past year
avg 15 days between releases

Maintainers