python-pptx2 2.16.0__tar.gz → 2.17.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.16.0 → python_pptx2-2.17.0}/HISTORY.rst +22 -0
- {python_pptx2-2.16.0/src/python_pptx2.egg-info → python_pptx2-2.17.0}/PKG-INFO +1 -1
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/__init__.py +1 -1
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/_textstyle.py +1 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/audit.py +24 -3
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/shapes/shapetree.py +35 -3
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/skill/references/lint.md +7 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0/src/python_pptx2.egg-info}/PKG-INFO +1 -1
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_audit.py +31 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_shape_helpers.py +29 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/LICENSE +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/MANIFEST.in +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/README.rst +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/act-action.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/act-hyperlink.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/cht-axis-props.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/cht-axistitle-props.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/cht-category-access.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/cht-category-props.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/cht-chart.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/cht-charttitle-props.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/cht-data-props.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/cht-datalabels.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/cht-gridlines-props.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/cht-legend-access.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/cht-legend-props.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/cht-marker-props.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/cht-plot-props.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/cht-point-access.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/cht-point-props.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/cht-replace-data.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/cht-series.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/cht-ticklabels-props.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/dml-color.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/dml-effect.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/dml-fill.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/dml-line.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/environment.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/ph-inherit-props.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/ph-insert-shape.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/ph-phfmt-props.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/ph-placeholder-props.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/prs-coreprops.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/prs-default-template.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/prs-open-save.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/prs-presentation-props.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/shp-autoshape.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/shp-connector.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/shp-freeform.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/shp-graphicframe.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/shp-groupshape.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/shp-movie-props.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/shp-picture.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/shp-placeholder.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/shp-shapes.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/shp-shared.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/sld-background.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/sld-slide.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/sld-slides.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/action.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/axis.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/background.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/category.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/chart.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/chartdata.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/color.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/coreprops.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/datalabel.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/effect.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/fill.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/font.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/font_color.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/helpers.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/legend.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/line.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/picture.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/placeholder.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/plot.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/presentation.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/series.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/shape.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/shapes.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/slide.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/slides.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/table.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/72-dpi.tiff +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/CVS_LOGO.WMF +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/act-props.pptm +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/calibriz.ttf +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/cht-axis-props.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/cht-category-access.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/cht-chart-props.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/cht-chart-type.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/cht-charts.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/cht-datalabels.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/cht-gridlines-props.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/cht-legend-props.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/cht-legend.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/cht-marker-props.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/cht-plot-props.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/cht-point-access.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/cht-point-props.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/cht-replace-data.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/cht-series.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/cht-ticklabels-props.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/dml-effect.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/dml-fill.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/dml-line.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/ext-rels.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/extracted-pptx/[Content_Types].xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/extracted-pptx/_rels/.rels +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/extracted-pptx/docProps/app.xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/extracted-pptx/docProps/core.xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/extracted-pptx/docProps/thumbnail.jpeg +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/extracted-pptx/ppt/_rels/presentation.xml.rels +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/extracted-pptx/ppt/presProps.xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/extracted-pptx/ppt/presentation.xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/extracted-pptx/ppt/printerSettings/printerSettings1.bin +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/_rels/slideLayout1.xml.rels +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/_rels/slideLayout10.xml.rels +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/_rels/slideLayout11.xml.rels +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/_rels/slideLayout2.xml.rels +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/_rels/slideLayout3.xml.rels +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/_rels/slideLayout4.xml.rels +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/_rels/slideLayout5.xml.rels +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/_rels/slideLayout6.xml.rels +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/_rels/slideLayout7.xml.rels +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/_rels/slideLayout8.xml.rels +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/_rels/slideLayout9.xml.rels +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/slideLayout1.xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/slideLayout10.xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/slideLayout11.xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/slideLayout2.xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/slideLayout3.xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/slideLayout4.xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/slideLayout5.xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/slideLayout6.xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/slideLayout7.xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/slideLayout8.xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/extracted-pptx/ppt/slideLayouts/slideLayout9.xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/extracted-pptx/ppt/slideMasters/_rels/slideMaster1.xml.rels +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/extracted-pptx/ppt/slideMasters/slideMaster1.xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/extracted-pptx/ppt/slides/_rels/slide1.xml.rels +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/extracted-pptx/ppt/slides/slide1.xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/extracted-pptx/ppt/tableStyles.xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/extracted-pptx/ppt/theme/theme1.xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/extracted-pptx/ppt/viewProps.xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/font-color.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/just-two-mice.mp4 +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/just-two-mice.png +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/lyt-shapes.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/minimal.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/monty-truth.png +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/mst-placeholders.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/mst-shapes.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/mst-slide-layouts.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/ph-inherit-props.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/ph-populated-placeholders.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/ph-unpopulated-placeholders.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/pic.emf +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/prs-add-slide.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/prs-notes.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/prs-properties.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/prs-slide-masters.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/python-icon.jpeg +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/python-powered.png +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/python.bmp +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/shp-access-chart.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/shp-access-ole-object.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/shp-autoshape-adjustments.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/shp-autoshape-props.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/shp-common-props.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/shp-connector-props.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/shp-embedded-docx.docx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/shp-embedded-pptx.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/shp-embedded-xlsx.xlsx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/shp-freeform.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/shp-groupshape.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/shp-movie-props.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/shp-picture.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/shp-pos-and-size.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/shp-shapes.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/sld-background.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/sld-blank.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/sld-notes.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/sld-slide.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/sld-slides.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/sonic.gif +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/tbl-cell.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/test-image-jpg-mime.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/test.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/txt-fit-text.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/txt-font-props.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/txt-font-typeface.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/txt-paragraph-spacing.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/txt-text-frame.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/txt-text.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/text.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/text_frame.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/tbl-cell.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/tbl-column.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/tbl-table.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/txt-fit-text.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/txt-font-color.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/txt-font-props.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/txt-paragraph.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/txt-text.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/txt-textframe.feature +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/pyproject.toml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/setup.cfg +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/_color.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/_slide_importer.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/_svg.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/_template_applier.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/accessibility.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/action.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/animation.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/api.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/chart/__init__.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/chart/analytics.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/chart/axis.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/chart/category.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/chart/chart.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/chart/data.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/chart/datalabel.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/chart/legend.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/chart/marker.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/chart/palettes.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/chart/plot.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/chart/point.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/chart/quick_layouts.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/chart/series.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/chart/xlsx.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/chart/xmlwriter.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/compose/__init__.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/compose/from_spec.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/design/__init__.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/design/components.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/design/figures.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/design/layout.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/design/recipes.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/design/style.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/design/tokens.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/diagrams.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/dml/__init__.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/dml/chtfmt.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/dml/color.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/dml/effect.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/dml/fill.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/dml/line.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/dml/picture.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/dml/three_d.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/enum/__init__.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/enum/action.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/enum/animation.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/enum/base.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/enum/chart.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/enum/dml.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/enum/lang.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/enum/presentation.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/enum/shapes.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/enum/text.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/exc.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/formats.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/geometry.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/inherit.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/lint.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/math.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/mathml2omml.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/media.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/opc/__init__.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/opc/constants.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/opc/oxml.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/opc/package.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/opc/packuri.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/opc/serialized.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/opc/shared.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/opc/spec.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/oxml/__init__.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/oxml/action.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/oxml/chart/__init__.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/oxml/chart/axis.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/oxml/chart/chart.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/oxml/chart/datalabel.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/oxml/chart/legend.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/oxml/chart/marker.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/oxml/chart/plot.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/oxml/chart/series.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/oxml/chart/shared.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/oxml/coreprops.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/oxml/customprops.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/oxml/dml/__init__.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/oxml/dml/color.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/oxml/dml/effect.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/oxml/dml/fill.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/oxml/dml/line.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/oxml/dml/three_d.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/oxml/ns.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/oxml/presentation.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/oxml/shapes/__init__.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/oxml/shapes/autoshape.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/oxml/shapes/connector.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/oxml/shapes/graphfrm.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/oxml/shapes/groupshape.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/oxml/shapes/picture.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/oxml/shapes/shared.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/oxml/simpletypes.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/oxml/slide.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/oxml/table.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/oxml/text.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/oxml/theme.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/oxml/xmlchemy.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/package.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/parts/__init__.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/parts/chart.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/parts/coreprops.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/parts/customprops.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/parts/diagram.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/parts/embeddedpackage.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/parts/image.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/parts/media.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/parts/presentation.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/parts/slide.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/presentation.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/py.typed +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/render.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/section.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/shapes/__init__.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/shapes/autoshape.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/shapes/base.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/shapes/connector.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/shapes/freeform.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/shapes/graphfrm.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/shapes/group.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/shapes/picture.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/shapes/placeholder.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/shared.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/skill/SKILL.md +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/skill/__init__.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/skill/__main__.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/skill/references/animations.md +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/skill/references/basics.md +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/skill/references/charts.md +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/skill/references/compose.md +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/skill/references/design.md +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/skill/references/effects.md +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/skill/references/end-to-end-deck.md +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/skill/references/geometry-and-arrows.md +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/skill/references/math.md +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/skill/references/picture-effects.md +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/skill/references/render.md +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/skill/references/smart-art.md +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/skill/references/space-aware-authoring.md +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/skill/references/tables.md +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/skill/references/theme.md +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/skill/references/three-d.md +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/skill/references/transitions.md +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/slide.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/smart_art.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/spec.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/table.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/table_styles.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/templates/default.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/templates/docx-icon.emf +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/templates/generic-icon.emf +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/templates/notes.xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/templates/notesMaster.xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/templates/pptx-icon.emf +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/templates/theme.xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/templates/xlsx-icon.emf +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/text/__init__.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/text/fonts.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/text/layout.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/text/text.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/theme.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/types.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/pptx2/util.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/python_pptx2.egg-info/SOURCES.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/python_pptx2.egg-info/dependency_links.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/python_pptx2.egg-info/entry_points.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/python_pptx2.egg-info/requires.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/src/python_pptx2.egg-info/top_level.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/__init__.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/chart/__init__.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/chart/test_analytics.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/chart/test_axis.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/chart/test_category.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/chart/test_chart.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/chart/test_chart_toggles.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/chart/test_collision_strategy.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/chart/test_data.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/chart/test_datalabel.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/chart/test_legend.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/chart/test_marker.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/chart/test_palettes.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/chart/test_plot.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/chart/test_point.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/chart/test_quick_layouts.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/chart/test_series.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/chart/test_xlsx.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/chart/test_xmlwriter.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/design/__init__.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/design/test_components.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/design/test_figures.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/design/test_layout.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/design/test_recipes.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/design/test_style.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/design/test_tokens.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/dml/__init__.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/dml/test_chtfmt.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/dml/test_color.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/dml/test_effect.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/dml/test_fill.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/dml/test_line.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/dml/test_three_d.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/enum/__init__.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/enum/test_base.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/enum/test_shapes.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/integration/__init__.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/integration/round_trip.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/integration/test_add_slide_layout.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/integration/test_apply_template.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/integration/test_compose_package.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/integration/test_import_slide.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/integration/test_round_trip.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/opc/__init__.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/opc/test_oxml.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/opc/test_package.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/opc/test_packuri.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/opc/test_serialized.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/oxml/__init__.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/oxml/shapes/__init__.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/oxml/shapes/test_autoshape.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/oxml/shapes/test_graphfrm.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/oxml/shapes/test_groupshape.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/oxml/shapes/test_picture.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/oxml/test___init__.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/oxml/test_dml.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/oxml/test_ns.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/oxml/test_presentation.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/oxml/test_simpletypes.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/oxml/test_slide.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/oxml/test_table.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/oxml/test_theme.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/oxml/test_xmlchemy.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/oxml/unitdata/__init__.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/oxml/unitdata/dml.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/oxml/unitdata/shape.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/oxml/unitdata/text.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/parts/__init__.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/parts/test_chart.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/parts/test_coreprops.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/parts/test_customprops.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/parts/test_embeddedpackage.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/parts/test_image.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/parts/test_media.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/parts/test_presentation.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/parts/test_slide.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/schema/__init__.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/schema/oxml_schema_validator.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/schema/test_schema_validity.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/shapes/__init__.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/shapes/test_anchor.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/shapes/test_animate.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/shapes/test_autoshape.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/shapes/test_base.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/shapes/test_connector.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/shapes/test_freeform.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/shapes/test_graphfrm.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/shapes/test_group.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/shapes/test_picture.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/shapes/test_placeholder.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/shapes/test_shapetree.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_accessibility.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_action.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_animation.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_api.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_compose_from_spec.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_diagrams.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/calibriz.ttf +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/cdw-logo.eps +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/dummy.mp4 +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/expanded_pptx/[Content_Types].xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/expanded_pptx/_rels/.rels +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/expanded_pptx/docProps/app.xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/expanded_pptx/docProps/core.xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/expanded_pptx/docProps/thumbnail.jpeg +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/expanded_pptx/ppt/_rels/presentation.xml.rels +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/expanded_pptx/ppt/presProps.xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/expanded_pptx/ppt/presentation.xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/expanded_pptx/ppt/printerSettings/printerSettings1.bin +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/_rels/slideLayout1.xml.rels +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/_rels/slideLayout10.xml.rels +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/_rels/slideLayout11.xml.rels +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/_rels/slideLayout2.xml.rels +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/_rels/slideLayout3.xml.rels +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/_rels/slideLayout4.xml.rels +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/_rels/slideLayout5.xml.rels +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/_rels/slideLayout6.xml.rels +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/_rels/slideLayout7.xml.rels +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/_rels/slideLayout8.xml.rels +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/_rels/slideLayout9.xml.rels +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/slideLayout1.xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/slideLayout10.xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/slideLayout11.xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/slideLayout2.xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/slideLayout3.xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/slideLayout4.xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/slideLayout5.xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/slideLayout6.xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/slideLayout7.xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/slideLayout8.xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/expanded_pptx/ppt/slideLayouts/slideLayout9.xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/expanded_pptx/ppt/slideMasters/_rels/slideMaster1.xml.rels +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/expanded_pptx/ppt/slideMasters/slideMaster1.xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/expanded_pptx/ppt/slides/_rels/slide1.xml.rels +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/expanded_pptx/ppt/slides/slide1.xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/expanded_pptx/ppt/tableStyles.xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/expanded_pptx/ppt/theme/theme1.xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/expanded_pptx/ppt/viewProps.xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/minimal.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/minimal_slide.xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/missing_rels_item.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/monty-truth.png +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/no-core-props.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/no-slides.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/presentation.xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/python-icon.jpeg +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/python-powered.png +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/python.bmp +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/slideLayout1.xml +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/smart_art_org_chart.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/2x2-area-date.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/2x2-area-float.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/2x2-area-stacked-100.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/2x2-area-stacked.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/2x2-area.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/2x2-bar-clustered-date.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/2x2-bar-clustered-float.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/2x2-bar-clustered.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/2x2-bar-stacked-100.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/2x2-bar-stacked.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/2x2-column-clustered.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/2x2-column-stacked-100.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/2x2-column-stacked.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/2x2-line-date.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/2x2-line-float.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/2x2-line-markers-stacked-100.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/2x2-line-markers-stacked.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/2x2-line-markers.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/2x2-line-stacked-100.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/2x2-line-stacked.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/2x2-line.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/2x3-bubble-3d.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/2x3-bubble.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/2x3-xy-lines-no-markers.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/2x3-xy-lines.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/2x3-xy-smooth-no-markers.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/2x3-xy-smooth.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/2x3-xy.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/2x5-radar.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/3x1-pie-exploded.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/3x1-pie.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/3x2-doughnut-exploded.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/3x2-doughnut.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/4x2-multi-cat-bar.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/adjust-ser-count.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/cat-labels.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/content-types-xml.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/default-notes.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/default-notesMaster.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/default-theme.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/freeform.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/package-rels-xml.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/placeholders.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/presentation-rels-xml.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/relationships.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/rels-load-from-xml.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/rewrite-ser.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/snippets/timing.txt +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/test.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_files/test_slides.pptx +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_formats.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_geometry.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_inherit.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_lint.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_lint_on_save.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_math.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_media.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_new_features.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_package.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_pathlike_inputs.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_powerpoint_strict_validation.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_presentation.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_render.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_render_slides_alias.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_section.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_shared.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_skill.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_slide.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_smart_art.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_svg_picture.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_table.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_table_extras.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_theme.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_transition_morph.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/test_util.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/text/__init__.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/text/test_fonts.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/text/test_layout.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/text/test_text.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/unitdata.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/unitutil/__init__.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/unitutil/cxml.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/unitutil/file.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tests/unitutil/mock.py +0 -0
- {python_pptx2-2.16.0 → python_pptx2-2.17.0}/tox.ini +0 -0
|
@@ -15,6 +15,28 @@ 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.17.0 (2026-08-30)
|
|
19
|
+
+++++++++++++++++++
|
|
20
|
+
|
|
21
|
+
Added
|
|
22
|
+
.....
|
|
23
|
+
|
|
24
|
+
* ``add_text()`` / ``add_equation()`` accept ``font_family`` and
|
|
25
|
+
``valign`` as aliases for ``font`` and ``anchor`` (with ``"mid"``
|
|
26
|
+
now a valid anchor token). Code generators trained on matplotlib
|
|
27
|
+
habitually reach for the longer spellings and died with
|
|
28
|
+
``TypeError: unexpected keyword argument 'font_family'``; passing
|
|
29
|
+
both an alias and its canonical with *different* values still
|
|
30
|
+
raises.
|
|
31
|
+
|
|
32
|
+
* The audit font-warning safe-list now recognizes the **Aptos**
|
|
33
|
+
family — the Microsoft 365 default theme fonts since 2024 — and
|
|
34
|
+
merges the ``PPTX2_SAFE_FONTS`` environment variable (comma- or
|
|
35
|
+
semicolon-separated) into the safe-list on every ``audit()`` call,
|
|
36
|
+
so a rendering environment can declare its font inventory once
|
|
37
|
+
instead of every caller passing ``extra_safe_fonts``.
|
|
38
|
+
|
|
39
|
+
|
|
18
40
|
2.16.0 (2026-08-30)
|
|
19
41
|
+++++++++++++++++++
|
|
20
42
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-pptx2
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.17.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
|
|
@@ -28,6 +28,7 @@ ALIGN_MAP = {
|
|
|
28
28
|
ANCHOR_MAP = {
|
|
29
29
|
"top": MSO_VERTICAL_ANCHOR.TOP,
|
|
30
30
|
"middle": MSO_VERTICAL_ANCHOR.MIDDLE,
|
|
31
|
+
"mid": MSO_VERTICAL_ANCHOR.MIDDLE,
|
|
31
32
|
"center": MSO_VERTICAL_ANCHOR.MIDDLE,
|
|
32
33
|
"centre": MSO_VERTICAL_ANCHOR.MIDDLE,
|
|
33
34
|
"bottom": MSO_VERTICAL_ANCHOR.BOTTOM,
|
|
@@ -41,7 +41,8 @@ __all__ = ["AuditReport", "audit"]
|
|
|
41
41
|
|
|
42
42
|
|
|
43
43
|
# Fonts that ship with stock Windows / macOS / Office installs. Used as
|
|
44
|
-
# a (very conservative) safe-list for the font_warnings probe.
|
|
44
|
+
# a (very conservative) safe-list for the font_warnings probe. Aptos and
|
|
45
|
+
# family are the Microsoft 365 default theme fonts since 2024.
|
|
45
46
|
_COMMON_FONTS = frozenset(
|
|
46
47
|
name.lower()
|
|
47
48
|
for name in (
|
|
@@ -51,9 +52,17 @@ _COMMON_FONTS = frozenset(
|
|
|
51
52
|
"Lucida Console", "Palatino", "Palatino Linotype", "Symbol",
|
|
52
53
|
"Wingdings", "Wingdings 2", "Wingdings 3", "Webdings",
|
|
53
54
|
"Inter", "Roboto", "Open Sans", "Lato", "Noto Sans",
|
|
55
|
+
"Aptos", "Aptos Display", "Aptos Narrow", "Aptos Serif", "Aptos Mono",
|
|
56
|
+
"Aptos Symbols",
|
|
54
57
|
)
|
|
55
58
|
)
|
|
56
59
|
|
|
60
|
+
# Environment variable merged into the safe-list on every audit() call, so
|
|
61
|
+
# rendering environments (sandboxes, CI) can declare their font inventory
|
|
62
|
+
# once instead of every caller passing ``extra_safe_fonts``. Comma- or
|
|
63
|
+
# semicolon-separated font names.
|
|
64
|
+
_SAFE_FONTS_ENV_VAR = "PPTX2_SAFE_FONTS"
|
|
65
|
+
|
|
57
66
|
|
|
58
67
|
@dataclass
|
|
59
68
|
class AuditReport:
|
|
@@ -188,12 +197,24 @@ def audit(
|
|
|
188
197
|
environment genuinely ships the font — e.g. ``DejaVu Sans`` in a
|
|
189
198
|
sandbox whose font policy standardizes on it, or a corporate font
|
|
190
199
|
you embed in every deck.
|
|
200
|
+
|
|
201
|
+
The ``PPTX2_SAFE_FONTS`` environment variable (comma- or
|
|
202
|
+
semicolon-separated font names) is merged into the safe-list on
|
|
203
|
+
every call, so an environment can declare its font inventory once
|
|
204
|
+
for all callers.
|
|
191
205
|
"""
|
|
206
|
+
import os
|
|
207
|
+
|
|
192
208
|
from pptx2.shapes.picture import Picture
|
|
193
209
|
|
|
194
210
|
safe_fonts = _COMMON_FONTS
|
|
195
|
-
if extra_safe_fonts
|
|
196
|
-
|
|
211
|
+
extra_names = list(extra_safe_fonts) if extra_safe_fonts else []
|
|
212
|
+
for env_raw in os.environ.get(_SAFE_FONTS_ENV_VAR, "").replace(";", ",").split(","):
|
|
213
|
+
env_name = env_raw.strip()
|
|
214
|
+
if env_name:
|
|
215
|
+
extra_names.append(env_name)
|
|
216
|
+
if extra_names:
|
|
217
|
+
safe_fonts = _COMMON_FONTS | frozenset(f.lower() for f in extra_names)
|
|
197
218
|
|
|
198
219
|
report = AuditReport()
|
|
199
220
|
slides = list(prs.slides)
|
|
@@ -557,6 +557,24 @@ class _BaseShapes(ParentedElementProxy):
|
|
|
557
557
|
return BaseShapeFactory(shape_elm, self)
|
|
558
558
|
|
|
559
559
|
|
|
560
|
+
def _resolve_alias(method: str, arg: str, canonical, alias):
|
|
561
|
+
"""Return *canonical*, falling back to its *alias* kwarg (both nullable).
|
|
562
|
+
|
|
563
|
+
Code generators (matplotlib-trained models among them) habitually spell
|
|
564
|
+
``font`` as ``font_family`` and ``anchor`` as ``valign``; accepting the
|
|
565
|
+
alias removes a whole class of one-keyword-away TypeErrors. Passing
|
|
566
|
+
both with different values is a genuine caller bug and still raises.
|
|
567
|
+
"""
|
|
568
|
+
if canonical is not None:
|
|
569
|
+
if alias is not None and alias != canonical:
|
|
570
|
+
raise TypeError(
|
|
571
|
+
f"{method}(): pass either {arg}= or its alias, not two "
|
|
572
|
+
f"different values ({canonical!r} vs {alias!r})"
|
|
573
|
+
)
|
|
574
|
+
return canonical
|
|
575
|
+
return alias
|
|
576
|
+
|
|
577
|
+
|
|
560
578
|
class _BaseGroupShapes(_BaseShapes):
|
|
561
579
|
"""Base class for shape-trees that can add shapes."""
|
|
562
580
|
|
|
@@ -900,12 +918,14 @@ class _BaseGroupShapes(_BaseShapes):
|
|
|
900
918
|
*bbox_or_positional,
|
|
901
919
|
text: str = "",
|
|
902
920
|
font: str | None = None,
|
|
921
|
+
font_family: str | None = None,
|
|
903
922
|
size_pt: float | None = None,
|
|
904
923
|
bold: bool | None = None,
|
|
905
924
|
italic: bool | None = None,
|
|
906
925
|
color=None,
|
|
907
926
|
align: str | None = None,
|
|
908
927
|
anchor: str | None = None,
|
|
928
|
+
valign: str | None = None,
|
|
909
929
|
margin_pt: float | tuple[float, float, float, float] | None = None,
|
|
910
930
|
word_wrap: bool | None = True,
|
|
911
931
|
) -> Shape:
|
|
@@ -922,14 +942,17 @@ class _BaseGroupShapes(_BaseShapes):
|
|
|
922
942
|
Keyword args:
|
|
923
943
|
|
|
924
944
|
* ``font`` — typeface name (e.g. ``"Inter"``); ``None`` inherits.
|
|
945
|
+
``font_family`` is accepted as an alias (matplotlib habits die
|
|
946
|
+
hard).
|
|
925
947
|
* ``size_pt`` — font size in points; ``None`` inherits.
|
|
926
948
|
* ``bold`` / ``italic`` — ``True``/``False``/``None``.
|
|
927
949
|
* ``color`` — any "color-like" (``"#RRGGBB"``, ``RGBColor``,
|
|
928
950
|
``(r, g, b)``).
|
|
929
951
|
* ``align`` — ``"left"`` / ``"center"`` / ``"right"`` /
|
|
930
952
|
``"justify"``; ``None`` inherits.
|
|
931
|
-
* ``anchor`` — vertical anchor: ``"top"`` / ``"middle"``
|
|
932
|
-
``"bottom"``; ``None`` inherits.
|
|
953
|
+
* ``anchor`` — vertical anchor: ``"top"`` / ``"middle"`` (also
|
|
954
|
+
``"mid"`` / ``"center"``) / ``"bottom"``; ``None`` inherits.
|
|
955
|
+
``valign`` is accepted as an alias.
|
|
933
956
|
* ``margin_pt`` — uniform margin in points, or a 4-tuple
|
|
934
957
|
``(top, right, bottom, left)``.
|
|
935
958
|
* ``word_wrap`` — defaults to ``True``.
|
|
@@ -940,6 +963,9 @@ class _BaseGroupShapes(_BaseShapes):
|
|
|
940
963
|
from pptx2._textstyle import apply_margins, apply_text_style, coerce_anchor
|
|
941
964
|
from pptx2.geometry import BBox
|
|
942
965
|
|
|
966
|
+
font = _resolve_alias("add_text", "font", font, font_family)
|
|
967
|
+
anchor = _resolve_alias("add_text", "anchor", anchor, valign)
|
|
968
|
+
|
|
943
969
|
if len(bbox_or_positional) == 1 and isinstance(bbox_or_positional[0], BBox):
|
|
944
970
|
box = bbox_or_positional[0]
|
|
945
971
|
left, top, width, height = box.left, box.top, box.width, box.height
|
|
@@ -986,10 +1012,12 @@ class _BaseGroupShapes(_BaseShapes):
|
|
|
986
1012
|
latex: str,
|
|
987
1013
|
display: bool = True,
|
|
988
1014
|
font: str | None = None,
|
|
1015
|
+
font_family: str | None = None,
|
|
989
1016
|
size_pt: float | None = None,
|
|
990
1017
|
color=None,
|
|
991
1018
|
align: str | None = "center",
|
|
992
1019
|
anchor: str | None = "middle",
|
|
1020
|
+
valign: str | None = None,
|
|
993
1021
|
margin_pt: float | tuple[float, float, float, float] | None = None,
|
|
994
1022
|
) -> Shape:
|
|
995
1023
|
"""Add a text box containing a native PowerPoint equation from LaTeX.
|
|
@@ -1008,13 +1036,17 @@ class _BaseGroupShapes(_BaseShapes):
|
|
|
1008
1036
|
equation editor.
|
|
1009
1037
|
|
|
1010
1038
|
Keyword args match :meth:`add_text` for *font* / *size_pt* /
|
|
1011
|
-
*color* / *align* / *anchor* / *margin_pt
|
|
1039
|
+
*color* / *align* / *anchor* / *margin_pt* (including the
|
|
1040
|
+
``font_family`` / ``valign`` aliases). *display* (default
|
|
1012
1041
|
|True|) emits a display-math paragraph; set |False| for inline
|
|
1013
1042
|
OMML.
|
|
1014
1043
|
"""
|
|
1015
1044
|
from pptx2._textstyle import apply_margins, coerce_align, coerce_anchor
|
|
1016
1045
|
from pptx2.geometry import BBox
|
|
1017
1046
|
|
|
1047
|
+
font = _resolve_alias("add_equation", "font", font, font_family)
|
|
1048
|
+
anchor = _resolve_alias("add_equation", "anchor", anchor, valign)
|
|
1049
|
+
|
|
1018
1050
|
if len(bbox_or_positional) == 1 and isinstance(bbox_or_positional[0], BBox):
|
|
1019
1051
|
box = bbox_or_positional[0]
|
|
1020
1052
|
left, top, width, height = box.left, box.top, box.width, box.height
|
|
@@ -187,6 +187,13 @@ drown in noise:
|
|
|
187
187
|
report = audit(prs, extra_safe_fonts=["DejaVu Sans", "Noto Sans CJK JP"])
|
|
188
188
|
```
|
|
189
189
|
|
|
190
|
+
Or declare the inventory once for every caller via the environment
|
|
191
|
+
(merged into the safe-list on each `audit()`):
|
|
192
|
+
|
|
193
|
+
```bash
|
|
194
|
+
export PPTX2_SAFE_FONTS="DejaVu Sans; Noto Sans CJK JP"
|
|
195
|
+
```
|
|
196
|
+
|
|
190
197
|
## Save-time hooks (via `from_spec`)
|
|
191
198
|
|
|
192
199
|
If you build the deck through `pptx2.compose.from_spec`, the spec dict
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-pptx2
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.17.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
|
|
@@ -78,6 +78,37 @@ class DescribeAudit:
|
|
|
78
78
|
for _, font in report.font_warnings)
|
|
79
79
|
assert not any(font == "DejaVu Sans" for _, font in report.font_warnings)
|
|
80
80
|
|
|
81
|
+
def it_treats_aptos_the_m365_default_as_safe(self, prs):
|
|
82
|
+
slide = prs.slides.add_slide(prs.slide_layouts[6])
|
|
83
|
+
for variant in ("Aptos", "Aptos Display", "Aptos Serif", "Aptos Mono"):
|
|
84
|
+
slide.shapes.add_text(
|
|
85
|
+
BBox.from_inches(1, 1, 4, 0.6),
|
|
86
|
+
text="Hi",
|
|
87
|
+
font=variant,
|
|
88
|
+
)
|
|
89
|
+
report = audit(prs)
|
|
90
|
+
assert report.font_warnings == []
|
|
91
|
+
|
|
92
|
+
def it_merges_the_safe_fonts_environment_variable(self, prs, monkeypatch):
|
|
93
|
+
slide = prs.slides.add_slide(prs.slide_layouts[6])
|
|
94
|
+
slide.shapes.add_text(
|
|
95
|
+
BBox.from_inches(1, 1, 4, 1), text="Hi", font="DejaVu Sans"
|
|
96
|
+
)
|
|
97
|
+
slide.shapes.add_text(
|
|
98
|
+
BBox.from_inches(1, 2.5, 4, 1), text="Ho", font="Corporate Brand Face"
|
|
99
|
+
)
|
|
100
|
+
monkeypatch.setenv(
|
|
101
|
+
"PPTX2_SAFE_FONTS", "DejaVu Sans ; Corporate Brand Face"
|
|
102
|
+
)
|
|
103
|
+
report = audit(prs)
|
|
104
|
+
assert report.font_warnings == []
|
|
105
|
+
# -- the parameter still stacks on top of the environment --
|
|
106
|
+
slide.shapes.add_text(
|
|
107
|
+
BBox.from_inches(1, 4, 4, 1), text="Hmm", font="One More Face"
|
|
108
|
+
)
|
|
109
|
+
report = audit(prs, extra_safe_fonts=["One More Face"])
|
|
110
|
+
assert report.font_warnings == []
|
|
111
|
+
|
|
81
112
|
def it_treats_full_bleed_only_slide_as_empty(self, prs):
|
|
82
113
|
# A slide whose only shape is a slide-spanning background rect
|
|
83
114
|
# should be reported as empty (it has no content).
|
|
@@ -86,6 +86,35 @@ class DescribeAddText:
|
|
|
86
86
|
with pytest.raises(ValueError):
|
|
87
87
|
slide.shapes.add_text(BBox.from_inches(0, 0, 4, 1), text="x", align="diagonal")
|
|
88
88
|
|
|
89
|
+
def it_accepts_font_family_as_an_alias_for_font(self, slide):
|
|
90
|
+
# -- matplotlib-trained generators habitually write font_family= --
|
|
91
|
+
tx = slide.shapes.add_text(BBox.from_inches(1, 1, 4, 1), text="Hi", font_family="Inter")
|
|
92
|
+
assert tx.text_frame.paragraphs[0].runs[0].font.name == "Inter"
|
|
93
|
+
|
|
94
|
+
def it_accepts_identical_font_and_font_family(self, slide):
|
|
95
|
+
tx = slide.shapes.add_text(
|
|
96
|
+
BBox.from_inches(1, 1, 4, 1), text="Hi", font="Inter", font_family="Inter"
|
|
97
|
+
)
|
|
98
|
+
assert tx.text_frame.paragraphs[0].runs[0].font.name == "Inter"
|
|
99
|
+
|
|
100
|
+
def it_rejects_conflicting_font_and_font_family(self, slide):
|
|
101
|
+
with pytest.raises(TypeError, match="font"):
|
|
102
|
+
slide.shapes.add_text(
|
|
103
|
+
BBox.from_inches(1, 1, 4, 1), text="Hi", font="Inter", font_family="Roboto"
|
|
104
|
+
)
|
|
105
|
+
|
|
106
|
+
def it_accepts_valign_mid_as_an_alias_for_anchor(self, slide):
|
|
107
|
+
from pptx2.enum.text import MSO_VERTICAL_ANCHOR
|
|
108
|
+
|
|
109
|
+
tx = slide.shapes.add_text(BBox.from_inches(0, 0, 4, 1), text="x", valign="mid")
|
|
110
|
+
assert tx.text_frame.vertical_anchor == MSO_VERTICAL_ANCHOR.MIDDLE
|
|
111
|
+
|
|
112
|
+
def it_rejects_conflicting_anchor_and_valign(self, slide):
|
|
113
|
+
with pytest.raises(TypeError, match="anchor"):
|
|
114
|
+
slide.shapes.add_text(
|
|
115
|
+
BBox.from_inches(0, 0, 4, 1), text="x", anchor="top", valign="bottom"
|
|
116
|
+
)
|
|
117
|
+
|
|
89
118
|
|
|
90
119
|
class DescribeSetTextPreservingFormat:
|
|
91
120
|
def it_preserves_font_attributes_across_replacement(self, slide):
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/cht-category-access.pptx
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/cht-gridlines-props.pptx
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/cht-ticklabels-props.pptx
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_pptx2-2.16.0 → python_pptx2-2.17.0}/features/steps/test_files/extracted-pptx/_rels/.rels
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|