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