LICENSE
README.md
pyproject.toml
src/docxtpl/__init__.py
src/docxtpl/__main__.py
src/docxtpl/cli.py
src/docxtpl/coalesce.py
src/docxtpl/compat.py
src/docxtpl/compile.py
src/docxtpl/environment.py
src/docxtpl/errors.py
src/docxtpl/hyperlinks.py
src/docxtpl/introspect.py
src/docxtpl/markers.py
src/docxtpl/media.py
src/docxtpl/oxml.py
src/docxtpl/parts.py
src/docxtpl/postprocess.py
src/docxtpl/py.typed
src/docxtpl/reparse.py
src/docxtpl/sources.py
src/docxtpl/styles.py
src/docxtpl/syntax.py
src/docxtpl/tables.py
src/docxtpl/template.py
src/docxtpl/content/__init__.py
src/docxtpl/content/escaping.py
src/docxtpl/content/fragment.py
src/docxtpl/content/image.py
src/docxtpl/content/listing.py
src/docxtpl/content/richtext.py
src/docxtpl_ng.egg-info/PKG-INFO
src/docxtpl_ng.egg-info/SOURCES.txt
src/docxtpl_ng.egg-info/dependency_links.txt
src/docxtpl_ng.egg-info/entry_points.txt
src/docxtpl_ng.egg-info/requires.txt
src/docxtpl_ng.egg-info/top_level.txt
tests/test_cli.py
tests/test_coalesce.py
tests/test_compat.py
tests/test_compile.py
tests/test_content.py
tests/test_environment.py
tests/test_foreign.py
tests/test_hyperlinks.py
tests/test_introspect.py
tests/test_package.py
tests/test_parity.py
tests/test_parts.py
tests/test_postprocess.py
tests/test_schema.py
tests/test_styles.py
tests/test_syntax.py
tests/test_tables.py
tests/test_template.py