LICENSE
README.md
pyproject.toml
setup.py
cli/__init__.py
cli/main.py
openmailer/__init__.py
openmailer/analytics.py
openmailer/client.py
openmailer/config.py
openmailer/health_monitor.py
openmailer/localmode.py
openmailer/logger.py
openmailer/message_builder.py
openmailer/queue.py
openmailer/queue_manager.py
openmailer/rate_limiter.py
openmailer/secrets.py
openmailer/smtp_engine.py
openmailer/template_engine.py
openmailercli.egg-info/PKG-INFO
openmailercli.egg-info/SOURCES.txt
openmailercli.egg-info/dependency_links.txt
openmailercli.egg-info/entry_points.txt
openmailercli.egg-info/requires.txt
openmailercli.egg-info/top_level.txt
tests/test_basic.py
tests/test_queue.py