LICENSE
README.md
pyproject.toml
tests/test_format.py
tests/test_group.py
tests/test_if.py
tests/test_template.py
tests/test_text.py
textcompose/__init__.py
textcompose/template.py
textcompose.egg-info/PKG-INFO
textcompose.egg-info/SOURCES.txt
textcompose.egg-info/dependency_links.txt
textcompose.egg-info/requires.txt
textcompose.egg-info/top_level.txt
textcompose/container/__init__.py
textcompose/container/container.py
textcompose/container/group.py
textcompose/content/__init__.py
textcompose/content/content.py
textcompose/content/format.py
textcompose/content/text.py
textcompose/logic/__init__.py
textcompose/logic/if_then_else.py