LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
setup.py
src/django_email_validators/__init__.py
src/django_email_validators/apps.py
src/django_email_validators/metadata.py
src/django_email_validators/providers.py
src/django_email_validators/utils.py
src/django_email_validators/validators.py
src/django_email_validators.egg-info/PKG-INFO
src/django_email_validators.egg-info/SOURCES.txt
src/django_email_validators.egg-info/dependency_links.txt
src/django_email_validators.egg-info/requires.txt
src/django_email_validators.egg-info/top_level.txt
src/django_email_validators/locale/de/LC_MESSAGES/django.po
src/django_email_validators/locale/en/LC_MESSAGES/django.po
src/django_email_validators/locale/es/LC_MESSAGES/django.po
src/django_email_validators/locale/fr/LC_MESSAGES/django.po
src/django_email_validators/locale/it/LC_MESSAGES/django.po
src/django_email_validators/locale/uk/LC_MESSAGES/django.po
tests/test_fields.py
tests/test_forms.py
tests/test_imports.py
tests/test_metadata.py
tests/test_validate_email_is_disposable.py
tests/test_validate_email_mx.py
tests/test_validate_email_non_disposable.py
tests/test_validate_email_provider_typo.py
tests/test_validate_email_unique_dot_insensitive.py