.coveragerc
.gitignore
AUTHORS.rst
LICENSE.txt
Makefile
README.md
requirements.txt
setup.cfg
setup.py
.github/workflows/CI.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/_static/.gitignore
src/template_mailer/__init__.py
src/template_mailer/mail_merge.py
src/template_mailer/smtp_client.py
src/template_mailer.egg-info/PKG-INFO
src/template_mailer.egg-info/SOURCES.txt
src/template_mailer.egg-info/dependency_links.txt
src/template_mailer.egg-info/not-zip-safe
src/template_mailer.egg-info/requires.txt
src/template_mailer.egg-info/top_level.txt
tests/conftest.py
tests/test_mail_merge.py
tests/test_smtp_client.py