HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
features/dml-line-properties.feature
features/environment.py
features/lyt-access-layout-shapes.feature
features/lyt-access-placeholders.feature
features/mst-access-master-shapes.feature
features/mst-access-placeholders.feature
features/mst-access-slide-layouts.feature
features/ph-inherit-props.feature
features/prs-access-slide-masters.feature
features/prs-add-slide.feature
features/prs-coreprops.feature
features/prs-default-template.feature
features/prs-open-save.feature
features/prs-properties.feature
features/shp-autoshape-adjustments.feature
features/shp-common-props.feature
features/shp-fill-color.feature
features/shp-line-props.feature
features/shp-pos-and-size.feature
features/sld-access-placeholders.feature
features/sld-access-shapes.feature
features/sld-add-autoshape.feature
features/sld-add-picture.feature
features/sld-add-table.feature
features/sld-add-textbox.feature
features/sld-placeholder-text.feature
features/tbl-cell-properties.feature
features/tbl-table-properties.feature
features/txt-font-color.feature
features/txt-font-properties.feature
features/txt-paragraph-properties.feature
features/txt-textframe-props.feature
features/_scratch/baddocprops.xml
features/_scratch/docprops.xml
features/_scratch/test_out.pptx
features/_scratch/test_out/[Content_Types].xml
features/_scratch/test_out/_rels/.rels
features/_scratch/test_out/docProps/app.xml
features/_scratch/test_out/docProps/core.xml
features/_scratch/test_out/docProps/thumbnail.jpeg
features/_scratch/test_out/ppt/presProps.xml
features/_scratch/test_out/ppt/presentation.xml
features/_scratch/test_out/ppt/tableStyles.xml
features/_scratch/test_out/ppt/viewProps.xml
features/_scratch/test_out/ppt/_rels/presentation.xml.rels
features/_scratch/test_out/ppt/media/image1.BMP
features/_scratch/test_out/ppt/media/image1.JPEG
features/_scratch/test_out/ppt/media/image1.Jpg
features/_scratch/test_out/ppt/media/image2.PNG
features/_scratch/test_out/ppt/printerSettings/printerSettings1.bin
features/_scratch/test_out/ppt/slideLayouts/slideLayout1.xml
features/_scratch/test_out/ppt/slideLayouts/slideLayout10.xml
features/_scratch/test_out/ppt/slideLayouts/slideLayout11.xml
features/_scratch/test_out/ppt/slideLayouts/slideLayout2.xml
features/_scratch/test_out/ppt/slideLayouts/slideLayout3.xml
features/_scratch/test_out/ppt/slideLayouts/slideLayout4.xml
features/_scratch/test_out/ppt/slideLayouts/slideLayout5.xml
features/_scratch/test_out/ppt/slideLayouts/slideLayout6.xml
features/_scratch/test_out/ppt/slideLayouts/slideLayout7.xml
features/_scratch/test_out/ppt/slideLayouts/slideLayout8.xml
features/_scratch/test_out/ppt/slideLayouts/slideLayout9.xml
features/_scratch/test_out/ppt/slideLayouts/_rels/slideLayout1.xml.rels
features/_scratch/test_out/ppt/slideLayouts/_rels/slideLayout10.xml.rels
features/_scratch/test_out/ppt/slideLayouts/_rels/slideLayout11.xml.rels
features/_scratch/test_out/ppt/slideLayouts/_rels/slideLayout2.xml.rels
features/_scratch/test_out/ppt/slideLayouts/_rels/slideLayout3.xml.rels
features/_scratch/test_out/ppt/slideLayouts/_rels/slideLayout4.xml.rels
features/_scratch/test_out/ppt/slideLayouts/_rels/slideLayout5.xml.rels
features/_scratch/test_out/ppt/slideLayouts/_rels/slideLayout6.xml.rels
features/_scratch/test_out/ppt/slideLayouts/_rels/slideLayout7.xml.rels
features/_scratch/test_out/ppt/slideLayouts/_rels/slideLayout8.xml.rels
features/_scratch/test_out/ppt/slideLayouts/_rels/slideLayout9.xml.rels
features/_scratch/test_out/ppt/slideMasters/slideMaster1.xml
features/_scratch/test_out/ppt/slideMasters/_rels/slideMaster1.xml.rels
features/_scratch/test_out/ppt/slides/slide1.xml
features/_scratch/test_out/ppt/slides/slide2.xml
features/_scratch/test_out/ppt/slides/_rels/slide1.xml.rels
features/_scratch/test_out/ppt/slides/_rels/slide2.xml.rels
features/_scratch/test_out/ppt/theme/theme1.xml
features/steps/coreprops.py
features/steps/font.py
features/steps/font_color.py
features/steps/helpers.py
features/steps/helpers.pyc
features/steps/line.py
features/steps/picture.py
features/steps/placeholder.py
features/steps/presentation.py
features/steps/shape.py
features/steps/slide.py
features/steps/slidelayout.py
features/steps/slidemaster.py
features/steps/table.py
features/steps/text.py
features/steps/textframe.py
features/steps/test_files/ext-rels.pptx
features/steps/test_files/font-color.pptx
features/steps/test_files/lyt-shapes.pptx
features/steps/test_files/minimal.pptx
features/steps/test_files/mst-placeholders.pptx
features/steps/test_files/mst-shapes.pptx
features/steps/test_files/mst-slide-layouts.pptx
features/steps/test_files/ph-inherit-props.pptx
features/steps/test_files/prs-add-slide.pptx
features/steps/test_files/prs-properties.pptx
features/steps/test_files/prs-slide-masters.pptx
features/steps/test_files/shp-common-props.pptx
features/steps/test_files/shp-fill.pptx
features/steps/test_files/shp-line-props.pptx
features/steps/test_files/shp-pos-and-size.pptx
features/steps/test_files/sld-access-shapes.pptx
features/steps/test_files/test.pptx
features/steps/test_files/txt-font-props.pptx
features/steps/test_files/txt-font-typeface.pptx
features/steps/test_files/txt-textframe-props.pptx
pptx/__init__.py
pptx/api.py
pptx/exc.py
pptx/package.py
pptx/spec.py
pptx/text.py
pptx/util.py
pptx/dml/__init__.py
pptx/dml/color.py
pptx/dml/fill.py
pptx/dml/line.py
pptx/enum/__init__.py
pptx/enum/base.py
pptx/enum/dml.py
pptx/enum/shapes.py
pptx/enum/text.py
pptx/opc/__init__.py
pptx/opc/constants.py
pptx/opc/oxml.py
pptx/opc/package.py
pptx/opc/packuri.py
pptx/opc/phys_pkg.py
pptx/opc/pkgreader.py
pptx/opc/pkgwriter.py
pptx/opc/shared.py
pptx/opc/spec.py
pptx/oxml/__init__.py
pptx/oxml/coreprops.py
pptx/oxml/ns.py
pptx/oxml/presentation.py
pptx/oxml/shared.py
pptx/oxml/slide.py
pptx/oxml/slidemaster.py
pptx/oxml/text.py
pptx/oxml/dml/__init__.py
pptx/oxml/dml/color.py
pptx/oxml/dml/fill.py
pptx/oxml/dml/line.py
pptx/oxml/shapes/__init__.py
pptx/oxml/shapes/autoshape.py
pptx/oxml/shapes/connector.py
pptx/oxml/shapes/graphfrm.py
pptx/oxml/shapes/groupshape.py
pptx/oxml/shapes/picture.py
pptx/oxml/shapes/shared.py
pptx/oxml/shapes/table.py
pptx/parts/__init__.py
pptx/parts/coreprops.py
pptx/parts/image.py
pptx/parts/part.py
pptx/parts/presentation.py
pptx/parts/slide.py
pptx/parts/slidelayout.py
pptx/parts/slidemaster.py
pptx/shapes/__init__.py
pptx/shapes/autoshape.py
pptx/shapes/graphfrm.py
pptx/shapes/picture.py
pptx/shapes/placeholder.py
pptx/shapes/shape.py
pptx/shapes/shapetree.py
pptx/shapes/table.py
pptx/templates/default.pptx
python_pptx.egg-info/PKG-INFO
python_pptx.egg-info/SOURCES.txt
python_pptx.egg-info/dependency_links.txt
python_pptx.egg-info/requires.txt
python_pptx.egg-info/top_level.txt
tests/__init__.py
tests/debug.py
tests/test_api.py
tests/test_enum.py
tests/test_package.py
tests/test_text.py
tests/test_util.py
tests/test_xmlbldr.py
tests/unitdata.py
tests/unitutil.py
tests/test_files/minimal.pptx
tests/test_files/minimal_slide.xml
tests/test_files/missing_rels_item.pptx
tests/test_files/monty-truth.png
tests/test_files/no-core-props.pptx
tests/test_files/no-slides.pptx
tests/test_files/presentation.xml
tests/test_files/python-icon.jpeg
tests/test_files/python-powered.png
tests/test_files/python.bmp
tests/test_files/slide1.xml
tests/test_files/slideLayout1.xml
tests/test_files/test.pptx
tests/test_files/test_slides.pptx
tests/test_files/with_images.pptx
tests/test_files/expanded_pptx/[Content_Types].xml
tests/test_files/expanded_pptx/_rels/.rels
tests/test_files/expanded_pptx/docProps/app.xml
tests/test_files/expanded_pptx/docProps/core.xml
tests/test_files/expanded_pptx/docProps/thumbnail.jpeg
tests/test_files/expanded_pptx/ppt/presProps.xml
tests/test_files/expanded_pptx/ppt/presentation.xml
tests/test_files/expanded_pptx/ppt/tableStyles.xml
tests/test_files/expanded_pptx/ppt/viewProps.xml
tests/test_files/expanded_pptx/ppt/_rels/presentation.xml.rels
tests/test_files/expanded_pptx/ppt/printerSettings/printerSettings1.bin
tests/test_files/expanded_pptx/ppt/slideLayouts/slideLayout1.xml
tests/test_files/expanded_pptx/ppt/slideLayouts/slideLayout10.xml
tests/test_files/expanded_pptx/ppt/slideLayouts/slideLayout11.xml
tests/test_files/expanded_pptx/ppt/slideLayouts/slideLayout2.xml
tests/test_files/expanded_pptx/ppt/slideLayouts/slideLayout3.xml
tests/test_files/expanded_pptx/ppt/slideLayouts/slideLayout4.xml
tests/test_files/expanded_pptx/ppt/slideLayouts/slideLayout5.xml
tests/test_files/expanded_pptx/ppt/slideLayouts/slideLayout6.xml
tests/test_files/expanded_pptx/ppt/slideLayouts/slideLayout7.xml
tests/test_files/expanded_pptx/ppt/slideLayouts/slideLayout8.xml
tests/test_files/expanded_pptx/ppt/slideLayouts/slideLayout9.xml
tests/test_files/expanded_pptx/ppt/slideLayouts/_rels/slideLayout1.xml.rels
tests/test_files/expanded_pptx/ppt/slideLayouts/_rels/slideLayout10.xml.rels
tests/test_files/expanded_pptx/ppt/slideLayouts/_rels/slideLayout11.xml.rels
tests/test_files/expanded_pptx/ppt/slideLayouts/_rels/slideLayout2.xml.rels
tests/test_files/expanded_pptx/ppt/slideLayouts/_rels/slideLayout3.xml.rels
tests/test_files/expanded_pptx/ppt/slideLayouts/_rels/slideLayout4.xml.rels
tests/test_files/expanded_pptx/ppt/slideLayouts/_rels/slideLayout5.xml.rels
tests/test_files/expanded_pptx/ppt/slideLayouts/_rels/slideLayout6.xml.rels
tests/test_files/expanded_pptx/ppt/slideLayouts/_rels/slideLayout7.xml.rels
tests/test_files/expanded_pptx/ppt/slideLayouts/_rels/slideLayout8.xml.rels
tests/test_files/expanded_pptx/ppt/slideLayouts/_rels/slideLayout9.xml.rels
tests/test_files/expanded_pptx/ppt/slideMasters/slideMaster1.xml
tests/test_files/expanded_pptx/ppt/slideMasters/_rels/slideMaster1.xml.rels
tests/test_files/expanded_pptx/ppt/slides/slide1.xml
tests/test_files/expanded_pptx/ppt/slides/_rels/slide1.xml.rels
tests/test_files/expanded_pptx/ppt/theme/theme1.xml