PyPI project
python-pptx
56 indexed releases ยท newest sdist 1.0.2 with 213 indexed members
Files in 1.0.2 python_pptx-1.0.2.tar.gz
- features/environment.py
- features/steps/action.py
- features/steps/axis.py
- features/steps/background.py
- features/steps/category.py
- features/steps/chart.py
- features/steps/chartdata.py
- features/steps/color.py
- features/steps/coreprops.py
- features/steps/datalabel.py
- features/steps/effect.py
- features/steps/fill.py
- features/steps/font.py
- features/steps/font_color.py
- features/steps/helpers.py
- features/steps/legend.py
- features/steps/line.py
- features/steps/picture.py
- features/steps/placeholder.py
- features/steps/plot.py
- features/steps/presentation.py
- features/steps/series.py
- features/steps/shape.py
- features/steps/shapes.py
- features/steps/slide.py
- features/steps/slides.py
- features/steps/table.py
- features/steps/text.py
- features/steps/text_frame.py
- src/pptx/__init__.py
- src/pptx/action.py
- src/pptx/api.py
- src/pptx/chart/__init__.py
- src/pptx/chart/axis.py
- src/pptx/chart/category.py
- src/pptx/chart/chart.py
- src/pptx/chart/data.py
- src/pptx/chart/datalabel.py
- src/pptx/chart/legend.py
- src/pptx/chart/marker.py
- src/pptx/chart/plot.py
- src/pptx/chart/point.py
- src/pptx/chart/series.py
- src/pptx/chart/xlsx.py
- src/pptx/chart/xmlwriter.py
- src/pptx/dml/__init__.py
- src/pptx/dml/chtfmt.py
- src/pptx/dml/color.py
- src/pptx/dml/effect.py
- src/pptx/dml/fill.py
- src/pptx/dml/line.py
- src/pptx/enum/__init__.py
- src/pptx/enum/action.py
- src/pptx/enum/base.py
- src/pptx/enum/chart.py
- src/pptx/enum/dml.py
- src/pptx/enum/lang.py
- src/pptx/enum/shapes.py
- src/pptx/enum/text.py
- src/pptx/exc.py
- src/pptx/media.py
- src/pptx/opc/__init__.py
- src/pptx/opc/constants.py
- src/pptx/opc/oxml.py
- src/pptx/opc/package.py
- src/pptx/opc/packuri.py
- src/pptx/opc/serialized.py
- src/pptx/opc/shared.py
- src/pptx/opc/spec.py
- src/pptx/oxml/__init__.py
- src/pptx/oxml/action.py
- src/pptx/oxml/chart/__init__.py
- src/pptx/oxml/chart/axis.py
- src/pptx/oxml/chart/chart.py
- src/pptx/oxml/chart/datalabel.py
- src/pptx/oxml/chart/legend.py
- src/pptx/oxml/chart/marker.py
- src/pptx/oxml/chart/plot.py
- src/pptx/oxml/chart/series.py
- src/pptx/oxml/chart/shared.py
- src/pptx/oxml/coreprops.py
- src/pptx/oxml/dml/__init__.py
- src/pptx/oxml/dml/color.py
- src/pptx/oxml/dml/fill.py
- src/pptx/oxml/dml/line.py
- src/pptx/oxml/ns.py
- src/pptx/oxml/presentation.py
- src/pptx/oxml/shapes/__init__.py
- src/pptx/oxml/shapes/autoshape.py
- src/pptx/oxml/shapes/connector.py
- src/pptx/oxml/shapes/graphfrm.py
- src/pptx/oxml/shapes/groupshape.py
- src/pptx/oxml/shapes/picture.py
- src/pptx/oxml/shapes/shared.py
- src/pptx/oxml/simpletypes.py
- src/pptx/oxml/slide.py
- src/pptx/oxml/table.py
- src/pptx/oxml/text.py
- src/pptx/oxml/theme.py
- src/pptx/oxml/xmlchemy.py
- src/pptx/package.py
- src/pptx/parts/__init__.py
- src/pptx/parts/chart.py
- src/pptx/parts/coreprops.py
- src/pptx/parts/embeddedpackage.py
- src/pptx/parts/image.py
- src/pptx/parts/media.py
- src/pptx/parts/presentation.py
- src/pptx/parts/slide.py
- src/pptx/presentation.py
- src/pptx/shapes/__init__.py
- src/pptx/shapes/autoshape.py
- src/pptx/shapes/base.py
- src/pptx/shapes/connector.py
- src/pptx/shapes/freeform.py
- src/pptx/shapes/graphfrm.py
- src/pptx/shapes/group.py
- src/pptx/shapes/picture.py
- src/pptx/shapes/placeholder.py
- src/pptx/shapes/shapetree.py
- src/pptx/shared.py
- src/pptx/slide.py
- src/pptx/spec.py
- src/pptx/table.py
- src/pptx/text/__init__.py
- src/pptx/text/fonts.py
- src/pptx/text/layout.py
- src/pptx/text/text.py
- src/pptx/types.py
- src/pptx/util.py
- tests/__init__.py
- tests/chart/__init__.py
- tests/chart/test_axis.py
- tests/chart/test_category.py
- tests/chart/test_chart.py
- tests/chart/test_data.py
- tests/chart/test_datalabel.py
- tests/chart/test_legend.py
- tests/chart/test_marker.py
- tests/chart/test_plot.py
- tests/chart/test_point.py
- tests/chart/test_series.py
- tests/chart/test_xlsx.py
- tests/chart/test_xmlwriter.py
- tests/dml/__init__.py
- tests/dml/test_chtfmt.py
- tests/dml/test_color.py
- tests/dml/test_effect.py
- tests/dml/test_fill.py
- tests/dml/test_line.py
- tests/enum/__init__.py
- tests/enum/test_base.py
- tests/enum/test_shapes.py
- tests/opc/__init__.py
- tests/opc/test_oxml.py
- tests/opc/test_package.py
- tests/opc/test_packuri.py
- tests/opc/test_serialized.py
- tests/oxml/__init__.py
- tests/oxml/shapes/__init__.py
- tests/oxml/shapes/test_autoshape.py
- tests/oxml/shapes/test_graphfrm.py
- tests/oxml/shapes/test_groupshape.py
- tests/oxml/shapes/test_picture.py
- tests/oxml/test___init__.py
- tests/oxml/test_dml.py
- tests/oxml/test_ns.py
- tests/oxml/test_presentation.py
- tests/oxml/test_simpletypes.py
- tests/oxml/test_slide.py
- tests/oxml/test_table.py
- tests/oxml/test_theme.py
- tests/oxml/test_xmlchemy.py
- tests/oxml/unitdata/__init__.py
- tests/oxml/unitdata/dml.py
- tests/oxml/unitdata/shape.py
- tests/oxml/unitdata/text.py
- tests/parts/__init__.py
- tests/parts/test_chart.py
- tests/parts/test_coreprops.py
- tests/parts/test_embeddedpackage.py
- tests/parts/test_image.py
- tests/parts/test_media.py
- tests/parts/test_presentation.py
- tests/parts/test_slide.py
- tests/shapes/__init__.py
- tests/shapes/test_autoshape.py
- tests/shapes/test_base.py
- tests/shapes/test_connector.py
- tests/shapes/test_freeform.py
- tests/shapes/test_graphfrm.py
- tests/shapes/test_group.py
- tests/shapes/test_picture.py
- tests/shapes/test_placeholder.py
- tests/shapes/test_shapetree.py
- tests/test_action.py
- tests/test_api.py
- tests/test_media.py
- tests/test_package.py
- tests/test_presentation.py
- tests/test_shared.py
- tests/test_slide.py
- tests/test_table.py
- tests/test_util.py
- tests/text/__init__.py
- tests/text/test_fonts.py
- tests/text/test_layout.py
- tests/text/test_text.py
- tests/unitdata.py
- tests/unitutil/__init__.py
- tests/unitutil/cxml.py
- tests/unitutil/file.py
- tests/unitutil/mock.py
Indexed releases
- 1.0.2
python_pptx-1.0.2.tar.gz213 members - 1.0.1
python_pptx-1.0.1.tar.gz213 members - 1.0.0
python_pptx-1.0.0.tar.gz213 members - 0.6.23
python_pptx-0.6.23-py3-none-any.whl103 members - 0.6.22
python_pptx-0.6.22-py3-none-any.whl103 members - 0.6.21
python-pptx-0.6.21.tar.gz218 members - 0.6.19
python-pptx-0.6.19.tar.gz224 members - 0.6.17
python-pptx-0.6.17.tar.gz224 members - 0.6.15
python-pptx-0.6.15.tar.gz224 members - 0.6.13
python-pptx-0.6.13.tar.gz225 members - 0.6.11
python-pptx-0.6.11.tar.gz224 members - 0.6.9
python-pptx-0.6.9.tar.gz221 members - 0.6.7
python-pptx-0.6.7.tar.gz216 members - 0.6.5
python-pptx-0.6.5.tar.gz137 members - 0.6.3
python-pptx-0.6.3.tar.gz130 members - 0.6.1
python-pptx-0.6.1.tar.gz128 members - 0.5.8
python-pptx-0.5.8.tar.gz124 members - 0.5.6
python-pptx-0.5.6.tar.gz116 members - 0.5.4
python-pptx-0.5.4.tar.gz113 members - 0.5.2
python-pptx-0.5.2.tar.gz109 members - 0.5.0
python-pptx-0.5.0.tar.gz110 members - 0.4.1
python-pptx-0.4.1.tar.gz90 members - 0.3.2
python-pptx-0.3.2.tar.gz69 members - 0.3.0
python-pptx-0.3.0.tar.gz67 members - 0.2.6
python-pptx-0.2.6.tar.gz23 members - 0.2.4
python-pptx-0.2.4.tar.gz22 members - 0.2.2
python-pptx-0.2.2.tar.gz18 members - 0.2.0
python-pptx-0.2.0.tar.gz18 members - 1.0.2
python_pptx-1.0.2-py3-none-any.whl101 members - 1.0.1
python_pptx-1.0.1-py3-none-any.whl101 members - 1.0.0
python_pptx-1.0.0-py3-none-any.whl101 members - 0.6.23
python-pptx-0.6.23.tar.gz216 members - 0.6.22
python-pptx-0.6.22.tar.gz217 members - 0.6.20
python-pptx-0.6.20.tar.gz217 members - 0.6.18
python-pptx-0.6.18.tar.gz225 members - 0.6.16
python-pptx-0.6.16.tar.gz224 members - 0.6.14
python-pptx-0.6.14.tar.gz224 members - 0.6.12
python-pptx-0.6.12.tar.gz224 members - 0.6.10
python-pptx-0.6.10.tar.gz224 members - 0.6.8
python-pptx-0.6.8.tar.gz221 members - 0.6.6
python-pptx-0.6.6.tar.gz140 members - 0.6.4
python-pptx-0.6.4.tar.gz137 members - 0.6.2
python-pptx-0.6.2.tar.gz132 members - 0.6.0
python-pptx-0.6.0.tar.gz129 members - 0.5.7
python-pptx-0.5.7.tar.gz119 members - 0.5.5
python-pptx-0.5.5.tar.gz118 members - 0.5.3
python-pptx-0.5.3.tar.gz114 members - 0.5.1
python-pptx-0.5.1.tar.gz110 members - 0.4.2
python-pptx-0.4.2.tar.gz90 members - 0.4.0
python-pptx-0.4.0.tar.gz90 members - 0.3.1
python-pptx-0.3.1.tar.gz69 members - 0.3.0rc1
python-pptx-0.3.0rc1.tar.gz67 members - 0.2.5
python-pptx-0.2.5.tar.gz23 members - 0.2.3
python-pptx-0.2.3.tar.gz21 members - 0.2.1
python-pptx-0.2.1.tar.gz18 members - 0.1.0a1
python-pptx-0.1.0a1.tar.gz14 members