LICENSE
README.md
pyproject.toml
mspptx/__init__.py
mspptx/deck.py
mspptx/exceptions.py
mspptx/package.py
mspptx/part_identifiers.py
mspptx/presentation.py
mspptx/types.py
mspptx.egg-info/PKG-INFO
mspptx.egg-info/SOURCES.txt
mspptx.egg-info/dependency_links.txt
mspptx.egg-info/requires.txt
mspptx.egg-info/top_level.txt
mspptx/enum/__init__.py
mspptx/enum/animations.py
mspptx/enum/shapes.py
mspptx/enum/transitions.py
mspptx/oxml/__init__.py
mspptx/oxml/animations.py
mspptx/oxml/comments.py
mspptx/oxml/core.py
mspptx/oxml/media.py
mspptx/oxml/ms_extensions.py
mspptx/oxml/ns.py
mspptx/oxml/sections.py
mspptx/oxml/shapes.py
mspptx/oxml/slide.py
mspptx/oxml/slide_layout.py
mspptx/oxml/slide_master.py
mspptx/oxml/table.py
mspptx/oxml/text.py
mspptx/oxml/theme.py
mspptx/oxml/transitions.py
mspptx/patterns/__init__.py
mspptx/patterns/_common.py
mspptx/patterns/bar_chart.py
mspptx/patterns/branded_table.py
mspptx/patterns/card_grid.py
mspptx/patterns/flow_diagram.py
mspptx/patterns/layer_diagram.py
mspptx/patterns/stat_callouts.py
mspptx/patterns/timeline.py
mspptx/qa/__init__.py
mspptx/qa/__main__.py
mspptx/qa/lint.py
mspptx/qa/verify.py
mspptx/references/animations.md
mspptx/references/charts-ooxml.md
mspptx/references/comments.md
mspptx/references/feature-matrix.md
mspptx/references/low-level-shapes.md
mspptx/references/media.md
mspptx/references/ms-extensions.md
mspptx/references/sections.md
mspptx/references/transitions.md
mspptx/themes/__init__.py
mspptx/themes/_build_templates.py
mspptx/themes/extract.py
mspptx/themes/model.py
mspptx/themes/registry.py
mspptx/themes/templates/data-report.pptx
mspptx/themes/templates/editorial-dark.pptx
mspptx/themes/templates/editorial-light.pptx
tests/test_animations.py
tests/test_deck.py
tests/test_drawing_extensions.py
tests/test_encrypted.py
tests/test_part_identifiers.py
tests/test_patterns.py
tests/test_powerpoint_integration.py
tests/test_presentation.py
tests/test_property_based.py
tests/test_qa_lint.py
tests/test_qa_verify.py
tests/test_shapes.py
tests/test_slide_validation.py
tests/test_template.py
tests/test_themes.py
tests/test_transitions.py