.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
uv.lock
.github/dependabot.yaml
.github/workflows/ci.yaml
.github/workflows/pr-title.yaml
.github/workflows/release.yaml
.idea/.gitignore
.idea/MypyPlugin.xml
.idea/misc.xml
.idea/modules.xml
.idea/prompt-template.iml
.idea/vcs.xml
prompt_template/__init__.py
prompt_template/prompt_template.py
prompt_template/py.typed
prompt_template.egg-info/PKG-INFO
prompt_template.egg-info/SOURCES.txt
prompt_template.egg-info/dependency_links.txt
prompt_template.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/prompt_template_test.py