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