python-pptx2 2.13.0__tar.gz → 2.14.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/HISTORY.rst +19 -0
- {python_pptx2-2.13.0/src/python_pptx2.egg-info → python_pptx2-2.14.0}/PKG-INFO +3 -3
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/README.rst +2 -1
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/pyproject.toml +0 -1
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/__init__.py +1 -1
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/math.py +89 -37
- python_pptx2-2.14.0/src/pptx2/mathml2omml.py +1163 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/oxml/ns.py +1 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/oxml/slide.py +2 -2
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/oxml/text.py +1 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/parts/slide.py +9 -5
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/shapes/shapetree.py +3 -3
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/skill/SKILL.md +1 -1
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/skill/references/math.md +6 -4
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/text/text.py +3 -4
- {python_pptx2-2.13.0 → python_pptx2-2.14.0/src/python_pptx2.egg-info}/PKG-INFO +3 -3
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/python_pptx2.egg-info/SOURCES.txt +1 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/python_pptx2.egg-info/requires.txt +0 -1
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_math.py +79 -18
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/LICENSE +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/MANIFEST.in +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/act-action.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/act-hyperlink.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/cht-axis-props.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/cht-axistitle-props.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/cht-category-access.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/cht-category-props.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/cht-chart.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/cht-charttitle-props.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/cht-data-props.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/cht-datalabels.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/cht-gridlines-props.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/cht-legend-access.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/cht-legend-props.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/cht-marker-props.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/cht-plot-props.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/cht-point-access.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/cht-point-props.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/cht-replace-data.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/cht-series.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/cht-ticklabels-props.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/dml-color.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/dml-effect.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/dml-fill.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/dml-line.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/environment.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/ph-inherit-props.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/ph-insert-shape.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/ph-phfmt-props.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/ph-placeholder-props.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/prs-coreprops.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/prs-default-template.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/prs-open-save.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/prs-presentation-props.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/shp-autoshape.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/shp-connector.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/shp-freeform.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/shp-graphicframe.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/shp-groupshape.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/shp-movie-props.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/shp-picture.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/shp-placeholder.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/shp-shapes.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/shp-shared.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/sld-background.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/sld-slide.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/sld-slides.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/action.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/axis.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/background.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/category.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/chart.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/chartdata.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/color.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/coreprops.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/datalabel.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/effect.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/fill.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/font.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/font_color.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/helpers.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/legend.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/line.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/picture.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/placeholder.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/plot.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/presentation.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/series.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/shape.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/shapes.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/slide.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/slides.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/table.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/72-dpi.tiff +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/CVS_LOGO.WMF +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/act-props.pptm +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/calibriz.ttf +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/cht-axis-props.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/cht-category-access.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/cht-chart-props.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/cht-chart-type.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/cht-charts.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/cht-datalabels.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/cht-gridlines-props.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/cht-legend-props.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/cht-legend.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/cht-marker-props.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/cht-plot-props.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/cht-point-access.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/cht-point-props.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/cht-replace-data.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/cht-series.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/cht-ticklabels-props.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/dml-effect.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/dml-fill.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/dml-line.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/ext-rels.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/extracted-pptx/[Content_Types].xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/extracted-pptx/_rels/.rels +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/extracted-pptx/docProps/app.xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/extracted-pptx/docProps/core.xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/extracted-pptx/docProps/thumbnail.jpeg +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/extracted-pptx/ppt/_rels/presentation.xml.rels +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/extracted-pptx/ppt/presProps.xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/extracted-pptx/ppt/presentation.xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/extracted-pptx/ppt/printerSettings/printerSettings1.bin +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/_rels/slideLayout1.xml.rels +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/_rels/slideLayout10.xml.rels +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/_rels/slideLayout11.xml.rels +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/_rels/slideLayout2.xml.rels +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/_rels/slideLayout3.xml.rels +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/_rels/slideLayout4.xml.rels +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/_rels/slideLayout5.xml.rels +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/_rels/slideLayout6.xml.rels +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/_rels/slideLayout7.xml.rels +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/_rels/slideLayout8.xml.rels +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/_rels/slideLayout9.xml.rels +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/slideLayout1.xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/slideLayout10.xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/slideLayout11.xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/slideLayout2.xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/slideLayout3.xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/slideLayout4.xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/slideLayout5.xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/slideLayout6.xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/slideLayout7.xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/slideLayout8.xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/slideLayout9.xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/extracted-pptx/ppt/slideMasters/_rels/slideMaster1.xml.rels +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/extracted-pptx/ppt/slideMasters/slideMaster1.xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/extracted-pptx/ppt/slides/_rels/slide1.xml.rels +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/extracted-pptx/ppt/slides/slide1.xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/extracted-pptx/ppt/tableStyles.xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/extracted-pptx/ppt/theme/theme1.xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/extracted-pptx/ppt/viewProps.xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/font-color.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/just-two-mice.mp4 +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/just-two-mice.png +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/lyt-shapes.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/minimal.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/monty-truth.png +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/mst-placeholders.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/mst-shapes.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/mst-slide-layouts.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/ph-inherit-props.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/ph-populated-placeholders.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/ph-unpopulated-placeholders.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/pic.emf +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/prs-add-slide.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/prs-notes.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/prs-properties.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/prs-slide-masters.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/python-icon.jpeg +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/python-powered.png +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/python.bmp +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/shp-access-chart.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/shp-access-ole-object.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/shp-autoshape-adjustments.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/shp-autoshape-props.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/shp-common-props.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/shp-connector-props.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/shp-embedded-docx.docx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/shp-embedded-pptx.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/shp-embedded-xlsx.xlsx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/shp-freeform.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/shp-groupshape.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/shp-movie-props.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/shp-picture.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/shp-pos-and-size.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/shp-shapes.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/sld-background.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/sld-blank.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/sld-notes.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/sld-slide.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/sld-slides.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/sonic.gif +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/tbl-cell.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/test-image-jpg-mime.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/test.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/txt-fit-text.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/txt-font-props.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/txt-font-typeface.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/txt-paragraph-spacing.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/txt-text-frame.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/test_files/txt-text.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/text.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/steps/text_frame.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/tbl-cell.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/tbl-column.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/tbl-table.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/txt-fit-text.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/txt-font-color.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/txt-font-props.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/txt-paragraph.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/txt-text.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/features/txt-textframe.feature +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/setup.cfg +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/_color.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/_slide_importer.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/_svg.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/_template_applier.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/_textstyle.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/accessibility.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/action.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/animation.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/api.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/audit.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/chart/__init__.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/chart/analytics.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/chart/axis.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/chart/category.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/chart/chart.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/chart/data.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/chart/datalabel.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/chart/legend.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/chart/marker.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/chart/palettes.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/chart/plot.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/chart/point.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/chart/quick_layouts.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/chart/series.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/chart/xlsx.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/chart/xmlwriter.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/compose/__init__.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/compose/from_spec.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/design/__init__.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/design/components.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/design/figures.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/design/layout.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/design/recipes.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/design/style.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/design/tokens.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/diagrams.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/dml/__init__.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/dml/chtfmt.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/dml/color.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/dml/effect.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/dml/fill.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/dml/line.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/dml/picture.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/dml/three_d.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/enum/__init__.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/enum/action.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/enum/animation.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/enum/base.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/enum/chart.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/enum/dml.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/enum/lang.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/enum/presentation.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/enum/shapes.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/enum/text.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/exc.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/formats.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/geometry.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/inherit.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/lint.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/media.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/opc/__init__.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/opc/constants.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/opc/oxml.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/opc/package.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/opc/packuri.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/opc/serialized.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/opc/shared.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/opc/spec.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/oxml/__init__.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/oxml/action.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/oxml/chart/__init__.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/oxml/chart/axis.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/oxml/chart/chart.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/oxml/chart/datalabel.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/oxml/chart/legend.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/oxml/chart/marker.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/oxml/chart/plot.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/oxml/chart/series.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/oxml/chart/shared.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/oxml/coreprops.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/oxml/dml/__init__.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/oxml/dml/color.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/oxml/dml/effect.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/oxml/dml/fill.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/oxml/dml/line.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/oxml/dml/three_d.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/oxml/presentation.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/oxml/shapes/__init__.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/oxml/shapes/autoshape.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/oxml/shapes/connector.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/oxml/shapes/graphfrm.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/oxml/shapes/groupshape.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/oxml/shapes/picture.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/oxml/shapes/shared.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/oxml/simpletypes.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/oxml/table.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/oxml/theme.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/oxml/xmlchemy.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/package.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/parts/__init__.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/parts/chart.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/parts/coreprops.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/parts/diagram.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/parts/embeddedpackage.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/parts/image.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/parts/media.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/parts/presentation.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/presentation.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/py.typed +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/render.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/section.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/shapes/__init__.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/shapes/autoshape.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/shapes/base.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/shapes/connector.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/shapes/freeform.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/shapes/graphfrm.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/shapes/group.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/shapes/picture.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/shapes/placeholder.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/shared.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/skill/__init__.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/skill/__main__.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/skill/references/animations.md +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/skill/references/basics.md +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/skill/references/charts.md +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/skill/references/compose.md +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/skill/references/design.md +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/skill/references/effects.md +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/skill/references/end-to-end-deck.md +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/skill/references/geometry-and-arrows.md +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/skill/references/lint.md +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/skill/references/picture-effects.md +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/skill/references/render.md +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/skill/references/smart-art.md +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/skill/references/space-aware-authoring.md +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/skill/references/tables.md +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/skill/references/theme.md +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/skill/references/three-d.md +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/skill/references/transitions.md +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/slide.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/smart_art.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/spec.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/table.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/table_styles.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/templates/default.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/templates/docx-icon.emf +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/templates/generic-icon.emf +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/templates/notes.xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/templates/notesMaster.xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/templates/pptx-icon.emf +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/templates/theme.xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/templates/xlsx-icon.emf +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/text/__init__.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/text/fonts.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/text/layout.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/theme.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/types.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/pptx2/util.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/python_pptx2.egg-info/dependency_links.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/python_pptx2.egg-info/entry_points.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/src/python_pptx2.egg-info/top_level.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/__init__.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/chart/__init__.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/chart/test_analytics.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/chart/test_axis.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/chart/test_category.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/chart/test_chart.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/chart/test_chart_toggles.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/chart/test_collision_strategy.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/chart/test_data.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/chart/test_datalabel.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/chart/test_legend.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/chart/test_marker.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/chart/test_palettes.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/chart/test_plot.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/chart/test_point.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/chart/test_quick_layouts.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/chart/test_series.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/chart/test_xlsx.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/chart/test_xmlwriter.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/design/__init__.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/design/test_components.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/design/test_figures.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/design/test_layout.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/design/test_recipes.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/design/test_style.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/design/test_tokens.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/dml/__init__.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/dml/test_chtfmt.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/dml/test_color.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/dml/test_effect.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/dml/test_fill.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/dml/test_line.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/dml/test_three_d.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/enum/__init__.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/enum/test_base.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/enum/test_shapes.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/integration/__init__.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/integration/round_trip.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/integration/test_apply_template.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/integration/test_compose_package.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/integration/test_import_slide.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/integration/test_round_trip.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/opc/__init__.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/opc/test_oxml.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/opc/test_package.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/opc/test_packuri.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/opc/test_serialized.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/oxml/__init__.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/oxml/shapes/__init__.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/oxml/shapes/test_autoshape.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/oxml/shapes/test_graphfrm.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/oxml/shapes/test_groupshape.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/oxml/shapes/test_picture.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/oxml/test___init__.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/oxml/test_dml.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/oxml/test_ns.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/oxml/test_presentation.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/oxml/test_simpletypes.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/oxml/test_slide.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/oxml/test_table.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/oxml/test_theme.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/oxml/test_xmlchemy.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/oxml/unitdata/__init__.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/oxml/unitdata/dml.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/oxml/unitdata/shape.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/oxml/unitdata/text.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/parts/__init__.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/parts/test_chart.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/parts/test_coreprops.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/parts/test_embeddedpackage.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/parts/test_image.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/parts/test_media.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/parts/test_presentation.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/parts/test_slide.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/schema/__init__.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/schema/oxml_schema_validator.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/schema/test_schema_validity.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/shapes/__init__.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/shapes/test_anchor.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/shapes/test_animate.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/shapes/test_autoshape.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/shapes/test_base.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/shapes/test_connector.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/shapes/test_freeform.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/shapes/test_graphfrm.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/shapes/test_group.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/shapes/test_picture.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/shapes/test_placeholder.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/shapes/test_shapetree.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_accessibility.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_action.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_animation.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_api.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_audit.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_compose_from_spec.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_diagrams.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/calibriz.ttf +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/cdw-logo.eps +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/dummy.mp4 +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/expanded_pptx/[Content_Types].xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/expanded_pptx/_rels/.rels +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/expanded_pptx/docProps/app.xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/expanded_pptx/docProps/core.xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/expanded_pptx/docProps/thumbnail.jpeg +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/expanded_pptx/ppt/_rels/presentation.xml.rels +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/expanded_pptx/ppt/presProps.xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/expanded_pptx/ppt/presentation.xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/expanded_pptx/ppt/printerSettings/printerSettings1.bin +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/_rels/slideLayout1.xml.rels +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/_rels/slideLayout10.xml.rels +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/_rels/slideLayout11.xml.rels +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/_rels/slideLayout2.xml.rels +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/_rels/slideLayout3.xml.rels +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/_rels/slideLayout4.xml.rels +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/_rels/slideLayout5.xml.rels +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/_rels/slideLayout6.xml.rels +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/_rels/slideLayout7.xml.rels +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/_rels/slideLayout8.xml.rels +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/_rels/slideLayout9.xml.rels +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/slideLayout1.xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/slideLayout10.xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/slideLayout11.xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/slideLayout2.xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/slideLayout3.xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/slideLayout4.xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/slideLayout5.xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/slideLayout6.xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/slideLayout7.xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/slideLayout8.xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/slideLayout9.xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/expanded_pptx/ppt/slideMasters/_rels/slideMaster1.xml.rels +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/expanded_pptx/ppt/slideMasters/slideMaster1.xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/expanded_pptx/ppt/slides/_rels/slide1.xml.rels +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/expanded_pptx/ppt/slides/slide1.xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/expanded_pptx/ppt/tableStyles.xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/expanded_pptx/ppt/theme/theme1.xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/expanded_pptx/ppt/viewProps.xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/minimal.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/minimal_slide.xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/missing_rels_item.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/monty-truth.png +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/no-core-props.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/no-slides.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/presentation.xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/python-icon.jpeg +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/python-powered.png +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/python.bmp +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/slideLayout1.xml +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/smart_art_org_chart.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/2x2-area-date.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/2x2-area-float.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/2x2-area-stacked-100.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/2x2-area-stacked.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/2x2-area.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/2x2-bar-clustered-date.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/2x2-bar-clustered-float.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/2x2-bar-clustered.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/2x2-bar-stacked-100.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/2x2-bar-stacked.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/2x2-column-clustered.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/2x2-column-stacked-100.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/2x2-column-stacked.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/2x2-line-date.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/2x2-line-float.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/2x2-line-markers-stacked-100.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/2x2-line-markers-stacked.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/2x2-line-markers.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/2x2-line-stacked-100.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/2x2-line-stacked.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/2x2-line.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/2x3-bubble-3d.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/2x3-bubble.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/2x3-xy-lines-no-markers.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/2x3-xy-lines.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/2x3-xy-smooth-no-markers.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/2x3-xy-smooth.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/2x3-xy.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/2x5-radar.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/3x1-pie-exploded.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/3x1-pie.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/3x2-doughnut-exploded.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/3x2-doughnut.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/4x2-multi-cat-bar.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/adjust-ser-count.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/cat-labels.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/content-types-xml.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/default-notes.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/default-notesMaster.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/default-theme.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/freeform.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/package-rels-xml.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/placeholders.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/presentation-rels-xml.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/relationships.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/rels-load-from-xml.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/rewrite-ser.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/snippets/timing.txt +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/test.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_files/test_slides.pptx +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_formats.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_geometry.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_inherit.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_lint.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_lint_on_save.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_media.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_new_features.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_package.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_powerpoint_strict_validation.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_presentation.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_render.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_render_slides_alias.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_section.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_shape_helpers.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_shared.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_skill.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_slide.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_smart_art.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_svg_picture.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_table.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_table_extras.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_theme.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_transition_morph.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/test_util.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/text/__init__.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/text/test_fonts.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/text/test_layout.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/text/test_text.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/unitdata.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/unitutil/__init__.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/unitutil/cxml.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/unitutil/file.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tests/unitutil/mock.py +0 -0
- {python_pptx2-2.13.0 → python_pptx2-2.14.0}/tox.ini +0 -0
|
@@ -15,6 +15,25 @@ can sit beside both ``python-pptx`` (``pptx``) and ``power-pptx``
|
|
|
15
15
|
.. _`scanny/python-pptx`: https://github.com/scanny/python-pptx
|
|
16
16
|
|
|
17
17
|
|
|
18
|
+
2.14.0 (2026-08-26)
|
|
19
|
+
+++++++++++++++++++
|
|
20
|
+
|
|
21
|
+
PowerPoint-valid native equations. The MathML → OMML step is now a
|
|
22
|
+
bundled port of ``mathml2omml-plus`` (ECMA-376 §7.1) instead of the
|
|
23
|
+
PyPI ``mathml2omml`` 0.0.2 toy, which wrapped every construct in
|
|
24
|
+
``m:box`` and omitted ``m:fPr`` — PowerPoint then flattened fractions
|
|
25
|
+
to concatenated digits (``7/10`` → ``710``). Slides now declare the
|
|
26
|
+
``m`` / ``a14`` / ``mc`` host namespaces and ``mc:Ignorable="a14"``.
|
|
27
|
+
|
|
28
|
+
Added
|
|
29
|
+
.....
|
|
30
|
+
|
|
31
|
+
* **Bundled ``pptx2.mathml2omml``** — spec-compliant ``m:f`` / ``m:rad``
|
|
32
|
+
/ ``m:nary`` / ``m:sSub`` / matrices / accents. ``python-pptx2[math]``
|
|
33
|
+
now only needs ``latex2mathml``.
|
|
34
|
+
* Fraction bars and other controls inherit ``size_pt`` / ``color`` via
|
|
35
|
+
``m:ctrlPr`` as well as ``m:r``.
|
|
36
|
+
|
|
18
37
|
2.13.0 (2026-08-26)
|
|
19
38
|
+++++++++++++++++++
|
|
20
39
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-pptx2
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.14.0
|
|
4
4
|
Summary: Create, read, and update PowerPoint 2007+ (.pptx) files. Fork of power-pptx / python-pptx, published as python-pptx2.
|
|
5
5
|
Author: Matěj Štágl
|
|
6
6
|
Author-email: stagl@wattlescript.org
|
|
@@ -40,7 +40,6 @@ Requires-Dist: lxml>=3.1.0
|
|
|
40
40
|
Requires-Dist: typing_extensions>=4.9.0
|
|
41
41
|
Provides-Extra: math
|
|
42
42
|
Requires-Dist: latex2mathml>=3.0; extra == "math"
|
|
43
|
-
Requires-Dist: mathml2omml>=0.0.2; extra == "math"
|
|
44
43
|
Dynamic: license-file
|
|
45
44
|
|
|
46
45
|
python-pptx2
|
|
@@ -130,8 +129,9 @@ Optional dependencies:
|
|
|
130
129
|
* ``cairosvg`` — install only if you want ``add_svg_picture(...)`` to
|
|
131
130
|
auto-rasterise the PNG fallback.
|
|
132
131
|
* ``pyyaml`` — install only if you want ``DesignTokens.from_yaml``.
|
|
133
|
-
* ``python-pptx2[math]`` (``latex2mathml``
|
|
132
|
+
* ``python-pptx2[math]`` (``latex2mathml``) — required
|
|
134
133
|
for ``slide.shapes.add_equation(...)`` / ``paragraph.add_math(...)``.
|
|
134
|
+
MathML → OMML is bundled.
|
|
135
135
|
* ``soffice`` (LibreOffice) on PATH — required for
|
|
136
136
|
``Presentation.render_thumbnails()``.
|
|
137
137
|
* ``pdftoppm`` (Poppler) or ``pypdfium2`` — required for the
|
|
@@ -85,8 +85,9 @@ Optional dependencies:
|
|
|
85
85
|
* ``cairosvg`` — install only if you want ``add_svg_picture(...)`` to
|
|
86
86
|
auto-rasterise the PNG fallback.
|
|
87
87
|
* ``pyyaml`` — install only if you want ``DesignTokens.from_yaml``.
|
|
88
|
-
* ``python-pptx2[math]`` (``latex2mathml``
|
|
88
|
+
* ``python-pptx2[math]`` (``latex2mathml``) — required
|
|
89
89
|
for ``slide.shapes.add_equation(...)`` / ``paragraph.add_math(...)``.
|
|
90
|
+
MathML → OMML is bundled.
|
|
90
91
|
* ``soffice`` (LibreOffice) on PATH — required for
|
|
91
92
|
``Presentation.render_thumbnails()``.
|
|
92
93
|
* ``pdftoppm`` (Poppler) or ``pypdfium2`` — required for the
|
|
@@ -2,10 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
PowerPoint stores editable equations as Office Math (OMML) wrapped in an
|
|
4
4
|
``a14:m`` marker inside a DrawingML paragraph. This module does not compile
|
|
5
|
-
LaTeX itself:
|
|
6
|
-
|
|
5
|
+
LaTeX itself: ``latex2mathml`` turns the fragment into MathML and the
|
|
6
|
+
bundled ``pptx2.mathml2omml`` port (from mathml2omml-plus / ECMA-376 §7.1)
|
|
7
|
+
turns that into Office Math.
|
|
7
8
|
|
|
8
|
-
Install the
|
|
9
|
+
Install the LaTeX front-end with::
|
|
9
10
|
|
|
10
11
|
pip install "python-pptx2[math]"
|
|
11
12
|
"""
|
|
@@ -17,6 +18,7 @@ from typing import TYPE_CHECKING, Any
|
|
|
17
18
|
|
|
18
19
|
from lxml import etree
|
|
19
20
|
|
|
21
|
+
from pptx2.mathml2omml import convert as mathml_to_omml
|
|
20
22
|
from pptx2.oxml import parse_xml
|
|
21
23
|
from pptx2.oxml.ns import nsuri, qn
|
|
22
24
|
|
|
@@ -26,6 +28,8 @@ if TYPE_CHECKING:
|
|
|
26
28
|
|
|
27
29
|
A14_NS = nsuri("a14")
|
|
28
30
|
M_NS = nsuri("m")
|
|
31
|
+
W_NS = nsuri("w")
|
|
32
|
+
MC_NS = nsuri("mc")
|
|
29
33
|
|
|
30
34
|
_WRAPPER_PATTERNS = (
|
|
31
35
|
re.compile(r"^\s*\$\$(.*)\$\$\s*$", re.DOTALL),
|
|
@@ -47,9 +51,15 @@ _DISPLAY_JC = {
|
|
|
47
51
|
"justify": "centerGroup",
|
|
48
52
|
}
|
|
49
53
|
|
|
54
|
+
_SLD_OPEN_RE = re.compile(
|
|
55
|
+
r"^(<\?xml[^>]*\?>\s*)?(<p:sld\b)([^>]*)(>)",
|
|
56
|
+
re.DOTALL,
|
|
57
|
+
)
|
|
58
|
+
_IGNORABLE_RE = re.compile(r'\smc:Ignorable="([^"]*)"')
|
|
59
|
+
|
|
50
60
|
|
|
51
61
|
class MathBackendUnavailable(ImportError):
|
|
52
|
-
"""Raised when the optional LaTeX →
|
|
62
|
+
"""Raised when the optional LaTeX → MathML converter is not installed."""
|
|
53
63
|
|
|
54
64
|
|
|
55
65
|
def strip_math_delimiters(source: str) -> str:
|
|
@@ -72,13 +82,13 @@ def latex_to_omml(latex: str) -> str:
|
|
|
72
82
|
if not fragment:
|
|
73
83
|
raise ValueError("latex must be a non-empty math fragment")
|
|
74
84
|
|
|
75
|
-
converter
|
|
85
|
+
converter = _import_latex2mathml()
|
|
76
86
|
try:
|
|
77
87
|
mathml = converter.convert(fragment)
|
|
78
88
|
except Exception as exc:
|
|
79
89
|
raise ValueError(f"LaTeX could not be converted to MathML: {exc}") from exc
|
|
80
90
|
try:
|
|
81
|
-
omml =
|
|
91
|
+
omml = mathml_to_omml(mathml)
|
|
82
92
|
except Exception as exc:
|
|
83
93
|
raise ValueError(f"MathML could not be converted to Office Math: {exc}") from exc
|
|
84
94
|
if not isinstance(omml, str) or not omml.strip():
|
|
@@ -94,7 +104,10 @@ def office_math_element(
|
|
|
94
104
|
) -> CT_OfficeMathMarker:
|
|
95
105
|
"""Return an ``a14:m`` element ready to append to a DrawingML paragraph."""
|
|
96
106
|
payload = _omml_payload(latex_to_omml(latex), display=display, align=align)
|
|
97
|
-
xml =
|
|
107
|
+
xml = (
|
|
108
|
+
f'<a14:m xmlns:a14="{A14_NS}" xmlns:m="{M_NS}" xmlns:w="{W_NS}">'
|
|
109
|
+
f"{payload}</a14:m>"
|
|
110
|
+
)
|
|
98
111
|
return parse_xml(xml)
|
|
99
112
|
|
|
100
113
|
|
|
@@ -105,7 +118,7 @@ def style_office_math(
|
|
|
105
118
|
color: Any = None,
|
|
106
119
|
font: str | None = None,
|
|
107
120
|
) -> None:
|
|
108
|
-
"""Write
|
|
121
|
+
"""Write size / color / typeface onto every ``m:r`` and ``m:ctrlPr``."""
|
|
109
122
|
if size_pt is None and color is None and font is None:
|
|
110
123
|
return
|
|
111
124
|
|
|
@@ -113,32 +126,70 @@ def style_office_math(
|
|
|
113
126
|
|
|
114
127
|
sz = None if size_pt is None else str(int(round(float(size_pt) * 100)))
|
|
115
128
|
rgb = None if color is None else str(coerce_color(color))
|
|
129
|
+
r_pr_xml = _drawing_rpr(sz, rgb, font)
|
|
116
130
|
|
|
117
131
|
for run in marker.iter(qn("m:r")):
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
132
|
+
_stamp_arpr(run, r_pr_xml, before=qn("m:t"))
|
|
133
|
+
for ctrl in marker.iter(qn("m:ctrlPr")):
|
|
134
|
+
_stamp_arpr(ctrl, r_pr_xml, before=None)
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
def prepare_slide_xml_for_math(xml: bytes) -> bytes:
|
|
138
|
+
"""Ensure the ``p:sld`` root declares math host namespaces.
|
|
139
|
+
|
|
140
|
+
PowerPoint requires ``xmlns:m``, ``xmlns:a14``, ``xmlns:mc`` and
|
|
141
|
+
``mc:Ignorable="a14"`` on the slide (MS-PPTX §2.2.8). Bare ``m:oMath``
|
|
142
|
+
without ``a14:m`` is stripped on open.
|
|
143
|
+
"""
|
|
144
|
+
match = _SLD_OPEN_RE.match(xml.decode("utf-8"))
|
|
145
|
+
if match is None:
|
|
146
|
+
return xml
|
|
147
|
+
decl, start, attrs, close = match.group(1) or "", match.group(2), match.group(3), match.group(4)
|
|
148
|
+
for prefix, uri in (
|
|
149
|
+
("xmlns:m", M_NS),
|
|
150
|
+
("xmlns:a14", A14_NS),
|
|
151
|
+
("xmlns:mc", MC_NS),
|
|
152
|
+
("xmlns:w", W_NS),
|
|
153
|
+
):
|
|
154
|
+
if f'{prefix}="' not in attrs:
|
|
155
|
+
attrs += f' {prefix}="{uri}"'
|
|
156
|
+
ignorable = _IGNORABLE_RE.search(attrs)
|
|
157
|
+
if ignorable is None:
|
|
158
|
+
attrs += ' mc:Ignorable="a14"'
|
|
159
|
+
else:
|
|
160
|
+
tokens = ignorable.group(1).split()
|
|
161
|
+
if "a14" not in tokens:
|
|
162
|
+
tokens.append("a14")
|
|
163
|
+
attrs = _IGNORABLE_RE.sub(f' mc:Ignorable="{" ".join(tokens)}"', attrs, count=1)
|
|
164
|
+
rewritten = decl + start + attrs + close + xml.decode("utf-8")[match.end() :]
|
|
165
|
+
return rewritten.encode("utf-8")
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
def _drawing_rpr(sz: str | None, rgb: str | None, font: str | None) -> etree._Element:
|
|
169
|
+
attrs = {"dirty": "0"}
|
|
170
|
+
if sz is not None:
|
|
171
|
+
attrs["sz"] = sz
|
|
172
|
+
r_pr = etree.Element(qn("a:rPr"), attrs)
|
|
173
|
+
if rgb is not None:
|
|
174
|
+
solid = etree.SubElement(r_pr, qn("a:solidFill"))
|
|
175
|
+
etree.SubElement(solid, qn("a:srgbClr")).set("val", rgb)
|
|
176
|
+
if font is not None:
|
|
177
|
+
etree.SubElement(r_pr, qn("a:latin")).set("typeface", font)
|
|
178
|
+
return r_pr
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
def _stamp_arpr(parent: Any, template: etree._Element, before: str | None) -> None:
|
|
182
|
+
existing = parent.find(qn("a:rPr"))
|
|
183
|
+
stamped = etree.fromstring(etree.tostring(template))
|
|
184
|
+
if existing is not None:
|
|
185
|
+
parent.replace(existing, stamped)
|
|
186
|
+
return
|
|
187
|
+
if before is not None:
|
|
188
|
+
sibling = parent.find(before)
|
|
189
|
+
if sibling is not None:
|
|
190
|
+
sibling.addprevious(stamped)
|
|
191
|
+
return
|
|
192
|
+
parent.append(stamped)
|
|
142
193
|
|
|
143
194
|
|
|
144
195
|
def _omml_payload(omml: str, *, display: bool, align: str | None) -> str:
|
|
@@ -156,22 +207,23 @@ def _omml_payload(omml: str, *, display: bool, align: str | None) -> str:
|
|
|
156
207
|
)
|
|
157
208
|
|
|
158
209
|
|
|
159
|
-
def
|
|
210
|
+
def _import_latex2mathml():
|
|
160
211
|
try:
|
|
161
212
|
import latex2mathml.converter as latex2mathml_converter
|
|
162
|
-
import mathml2omml
|
|
163
213
|
except ImportError as exc:
|
|
164
214
|
raise MathBackendUnavailable(
|
|
165
|
-
"Native PowerPoint equations require
|
|
166
|
-
"
|
|
215
|
+
"Native PowerPoint equations require latex2mathml. "
|
|
216
|
+
"Install with: pip install 'python-pptx2[math]'"
|
|
167
217
|
) from exc
|
|
168
|
-
return latex2mathml_converter
|
|
218
|
+
return latex2mathml_converter
|
|
169
219
|
|
|
170
220
|
|
|
171
221
|
__all__ = (
|
|
172
222
|
"MathBackendUnavailable",
|
|
173
223
|
"latex_to_omml",
|
|
224
|
+
"mathml_to_omml",
|
|
174
225
|
"office_math_element",
|
|
226
|
+
"prepare_slide_xml_for_math",
|
|
175
227
|
"strip_math_delimiters",
|
|
176
228
|
"style_office_math",
|
|
177
229
|
)
|