README.md
pyproject.toml
office_templates/__init__.py
office_templates/dummy_render.py
office_templates.egg-info/PKG-INFO
office_templates.egg-info/SOURCES.txt
office_templates.egg-info/dependency_links.txt
office_templates.egg-info/requires.txt
office_templates.egg-info/top_level.txt
office_templates/office_renderer/__init__.py
office_templates/office_renderer/charts.py
office_templates/office_renderer/constants.py
office_templates/office_renderer/context_extractor.py
office_templates/office_renderer/exceptions.py
office_templates/office_renderer/images.py
office_templates/office_renderer/paragraphs.py
office_templates/office_renderer/render.py
office_templates/office_renderer/tables.py
office_templates/office_renderer/utils.py
office_templates/office_renderer/pptx/__init__.py
office_templates/office_renderer/pptx/compose.py
office_templates/office_renderer/pptx/layouts.py
office_templates/office_renderer/pptx/loops.py
office_templates/office_renderer/pptx/render.py
office_templates/office_renderer/pptx/utils.py
office_templates/office_renderer/xlsx/__init__.py
office_templates/office_renderer/xlsx/render.py
office_templates/office_renderer/xlsx/utils.py
office_templates/office_renderer/xlsx/worksheets.py
office_templates/templating/__init__.py
office_templates/templating/core.py
office_templates/templating/exceptions.py
office_templates/templating/formatting.py
office_templates/templating/list.py
office_templates/templating/parse.py
office_templates/templating/permissions.py
office_templates/templating/resolve.py
tests/test_charts.py
tests/test_context_extraction_grouped_shapes.py
tests/test_context_extractor.py
tests/test_formatting_unit.py
tests/test_grouped_shapes_comprehensive.py
tests/test_grouped_shapes_integration.py
tests/test_grouped_shapes_unit.py
tests/test_list.py
tests/test_list_indexing.py
tests/test_loops.py
tests/test_paragraphs.py
tests/test_parse.py
tests/test_permissions.py
tests/test_pptx_composition.py
tests/test_pptx_composition_integration.py
tests/test_pptx_integration.py
tests/test_pptx_loop_integration.py
tests/test_pptx_real_loops.py
tests/test_pptx_unit.py
tests/test_resolve.py
tests/test_shape_removal.py
tests/test_slide_downloaded_image.py
tests/test_tables.py
tests/test_tables_integration.py
tests/test_templating.py
tests/test_worksheets.py
tests/test_xlsx_integration.py
tests/test_xlsx_unit.py