README.md
pyproject.toml
setup.py
openmailer/__init__.py
openmailer/analytics.py
openmailer/base.py
openmailer/client.py
openmailer/config.py
openmailer/db.py
openmailer/health_monitor.py
openmailer/localmode.py
openmailer/logger.py
openmailer/message_builder.py
openmailer/models.py
openmailer/queue_manager.py
openmailer/rate_limiter.py
openmailer/secrets.py
openmailer/smtp_engine.py
openmailer/template_engine.py
openmailer.egg-info/PKG-INFO
openmailer.egg-info/SOURCES.txt
openmailer.egg-info/dependency_links.txt
openmailer.egg-info/requires.txt
openmailer.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_analytics.py
tests/test_client.py
tests/test_client_send_email.py
tests/test_health_monitor.py
tests/test_localmode.py
tests/test_logger.py
tests/test_rate_limiter.py
tests/test_secrets.py
tests/test_template_engine.py