Python library with a set of known disposable email domains.
Dee Eye f310f1a27c Version 0.0.84 (#99) | 2 lat temu | |
---|---|---|
.github | 2 lat temu | |
bin | 3 lat temu | |
disposable_email_domains | 2 lat temu | |
source_data | 2 lat temu | |
tests | 6 lat temu | |
.gitignore | 8 lat temu | |
CONTRIBUTING.md | 3 lat temu | |
LICENSE.txt | 8 lat temu | |
MANIFEST.in | 4 lat temu | |
README.md | 3 lat temu | |
setup.cfg | 8 lat temu | |
setup.py | 2 lat temu | |
tox.ini | 3 lat temu |
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