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