LICENSE
README.md
pyproject.toml
email_service/__init__.py
email_service/__main__.py
email_service/api.py
email_service/async_client.py
email_service/client.py
email_service/logging_config.py
email_service/metrics.py
email_service/notifiers.py
email_service/sender.py
email_service/url_validation.py
email_service/webhooks.py
hwan_email_service.egg-info/PKG-INFO
hwan_email_service.egg-info/SOURCES.txt
hwan_email_service.egg-info/dependency_links.txt
hwan_email_service.egg-info/requires.txt
hwan_email_service.egg-info/top_level.txt
tests/test_api.py
tests/test_async_client.py
tests/test_cli.py
tests/test_client.py
tests/test_email_service.py
tests/test_observability.py
tests/test_p0_fixes.py
tests/test_p1_fixes.py
tests/test_phase4.py