Python library with a set of known disposable email domains.
Dee Eye f9ac0d69bb Version 0.0.85 | před 2 roky | |
---|---|---|
.github | před 2 roky | |
bin | před 3 roky | |
disposable_email_domains | před 2 roky | |
source_data | před 2 roky | |
tests | před 6 roky | |
.gitignore | před 8 roky | |
CONTRIBUTING.md | před 3 roky | |
LICENSE.txt | před 8 roky | |
MANIFEST.in | před 4 roky | |
README.md | před 3 roky | |
setup.cfg | před 8 roky | |
setup.py | před 2 roky | |
tox.ini | před 3 roky |
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