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