Python library with a set of known disposable email domains.
Dee Eye f9ac0d69bb Version 0.0.85 | %!s(int64=2) %!d(string=hai) anos | |
---|---|---|
.github | %!s(int64=2) %!d(string=hai) anos | |
bin | %!s(int64=3) %!d(string=hai) anos | |
disposable_email_domains | %!s(int64=2) %!d(string=hai) anos | |
source_data | %!s(int64=2) %!d(string=hai) anos | |
tests | %!s(int64=6) %!d(string=hai) anos | |
.gitignore | %!s(int64=8) %!d(string=hai) anos | |
CONTRIBUTING.md | %!s(int64=3) %!d(string=hai) anos | |
LICENSE.txt | %!s(int64=8) %!d(string=hai) anos | |
MANIFEST.in | %!s(int64=4) %!d(string=hai) anos | |
README.md | %!s(int64=3) %!d(string=hai) anos | |
setup.cfg | %!s(int64=8) %!d(string=hai) anos | |
setup.py | %!s(int64=2) %!d(string=hai) anos | |
tox.ini | %!s(int64=3) %!d(string=hai) anos |
This module provides a set of known disposable email domains.
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.
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