Python library with a set of known disposable email domains.
Dee Eye 4d9b9e6d7c Version 0.0.108 (#127) | hace 3 semanas | |
---|---|---|
.github | hace 1 año | |
bin | hace 3 años | |
disposable_email_domains | hace 3 semanas | |
source_data | hace 3 semanas | |
tests | hace 6 años | |
.gitignore | hace 8 años | |
CONTRIBUTING.md | hace 3 años | |
LICENSE.txt | hace 8 años | |
MANIFEST.in | hace 4 años | |
README.md | hace 3 años | |
setup.cfg | hace 8 años | |
setup.py | hace 3 semanas | |
tox.ini | hace 1 año |
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