LICENSE
README.md
pyproject.toml
email_domain_validator.egg-info/PKG-INFO
email_domain_validator.egg-info/SOURCES.txt
email_domain_validator.egg-info/dependency_links.txt
email_domain_validator.egg-info/entry_points.txt
email_domain_validator.egg-info/requires.txt
email_domain_validator.egg-info/top_level.txt
src/__init__.py
src/cli.py
src/dkim.py
src/dmarc.py
src/email_validation.py
src/exceptions.py
src/models.py
src/mx.py
src/py.typed
src/runner.py
src/spf.py
src/ssl_.py
src/utils.py
tests/test_dkim.py
tests/test_dmarc.py
tests/test_email_validation.py
tests/test_exceptions.py
tests/test_mx.py
tests/test_runner.py
tests/test_spf.py
tests/test_ssl.py
tests/test_utils.py