PyPI project
python-docx
44 indexed releases ยท newest sdist 1.1.0 with 201 indexed members
Files in 1.1.0 python-docx-1.1.0.tar.gz
- docs/conf.py
- features/environment.py
- features/steps/api.py
- features/steps/block.py
- features/steps/cell.py
- features/steps/coreprops.py
- features/steps/document.py
- features/steps/font.py
- features/steps/hdrftr.py
- features/steps/helpers.py
- features/steps/hyperlink.py
- features/steps/image.py
- features/steps/numbering.py
- features/steps/pagebreak.py
- features/steps/paragraph.py
- features/steps/parfmt.py
- features/steps/section.py
- features/steps/settings.py
- features/steps/shape.py
- features/steps/shared.py
- features/steps/styles.py
- features/steps/table.py
- features/steps/tabstops.py
- features/steps/text.py
- src/docx/__init__.py
- src/docx/api.py
- src/docx/blkcntnr.py
- src/docx/dml/__init__.py
- src/docx/dml/color.py
- src/docx/document.py
- src/docx/drawing/__init__.py
- src/docx/enum/__init__.py
- src/docx/enum/base.py
- src/docx/enum/dml.py
- src/docx/enum/section.py
- src/docx/enum/shape.py
- src/docx/enum/style.py
- src/docx/enum/table.py
- src/docx/enum/text.py
- src/docx/exceptions.py
- src/docx/image/__init__.py
- src/docx/image/bmp.py
- src/docx/image/constants.py
- src/docx/image/exceptions.py
- src/docx/image/gif.py
- src/docx/image/helpers.py
- src/docx/image/image.py
- src/docx/image/jpeg.py
- src/docx/image/png.py
- src/docx/image/tiff.py
- src/docx/opc/__init__.py
- src/docx/opc/constants.py
- src/docx/opc/coreprops.py
- src/docx/opc/exceptions.py
- src/docx/opc/oxml.py
- src/docx/opc/package.py
- src/docx/opc/packuri.py
- src/docx/opc/part.py
- src/docx/opc/parts/__init__.py
- src/docx/opc/parts/coreprops.py
- src/docx/opc/phys_pkg.py
- src/docx/opc/pkgreader.py
- src/docx/opc/pkgwriter.py
- src/docx/opc/rel.py
- src/docx/opc/shared.py
- src/docx/opc/spec.py
- src/docx/oxml/__init__.py
- src/docx/oxml/coreprops.py
- src/docx/oxml/document.py
- src/docx/oxml/drawing.py
- src/docx/oxml/exceptions.py
- src/docx/oxml/ns.py
- src/docx/oxml/numbering.py
- src/docx/oxml/parser.py
- src/docx/oxml/section.py
- src/docx/oxml/settings.py
- src/docx/oxml/shape.py
- src/docx/oxml/shared.py
- src/docx/oxml/simpletypes.py
- src/docx/oxml/styles.py
- src/docx/oxml/table.py
- src/docx/oxml/text/__init__.py
- src/docx/oxml/text/font.py
- src/docx/oxml/text/hyperlink.py
- src/docx/oxml/text/pagebreak.py
- src/docx/oxml/text/paragraph.py
- src/docx/oxml/text/parfmt.py
- src/docx/oxml/text/run.py
- src/docx/oxml/xmlchemy.py
- src/docx/package.py
- src/docx/parts/__init__.py
- src/docx/parts/document.py
- src/docx/parts/hdrftr.py
- src/docx/parts/image.py
- src/docx/parts/numbering.py
- src/docx/parts/settings.py
- src/docx/parts/story.py
- src/docx/parts/styles.py
- src/docx/section.py
- src/docx/settings.py
- src/docx/shape.py
- src/docx/shared.py
- src/docx/styles/__init__.py
- src/docx/styles/latent.py
- src/docx/styles/style.py
- src/docx/styles/styles.py
- src/docx/table.py
- src/docx/text/__init__.py
- src/docx/text/font.py
- src/docx/text/hyperlink.py
- src/docx/text/pagebreak.py
- src/docx/text/paragraph.py
- src/docx/text/parfmt.py
- src/docx/text/run.py
- src/docx/text/tabstops.py
- src/docx/types.py
- tests/__init__.py
- tests/conftest.py
- tests/dml/__init__.py
- tests/dml/test_color.py
- tests/image/__init__.py
- tests/image/test_bmp.py
- tests/image/test_gif.py
- tests/image/test_helpers.py
- tests/image/test_image.py
- tests/image/test_jpeg.py
- tests/image/test_png.py
- tests/image/test_tiff.py
- tests/opc/__init__.py
- tests/opc/parts/__init__.py
- tests/opc/parts/test_coreprops.py
- tests/opc/test_coreprops.py
- tests/opc/test_oxml.py
- tests/opc/test_package.py
- tests/opc/test_packuri.py
- tests/opc/test_part.py
- tests/opc/test_phys_pkg.py
- tests/opc/test_pkgreader.py
- tests/opc/test_pkgwriter.py
- tests/opc/test_rel.py
- tests/opc/unitdata/__init__.py
- tests/opc/unitdata/rels.py
- tests/opc/unitdata/types.py
- tests/oxml/__init__.py
- tests/oxml/parts/__init__.py
- tests/oxml/parts/test_document.py
- tests/oxml/parts/unitdata/__init__.py
- tests/oxml/parts/unitdata/document.py
- tests/oxml/test__init__.py
- tests/oxml/test_document.py
- tests/oxml/test_ns.py
- tests/oxml/test_section.py
- tests/oxml/test_styles.py
- tests/oxml/test_table.py
- tests/oxml/test_xmlchemy.py
- tests/oxml/text/__init__.py
- tests/oxml/text/test_hyperlink.py
- tests/oxml/text/test_run.py
- tests/oxml/unitdata/__init__.py
- tests/oxml/unitdata/dml.py
- tests/oxml/unitdata/numbering.py
- tests/oxml/unitdata/section.py
- tests/oxml/unitdata/shared.py
- tests/oxml/unitdata/styles.py
- tests/oxml/unitdata/table.py
- tests/oxml/unitdata/text.py
- tests/parts/__init__.py
- tests/parts/test_document.py
- tests/parts/test_hdrftr.py
- tests/parts/test_image.py
- tests/parts/test_numbering.py
- tests/parts/test_settings.py
- tests/parts/test_story.py
- tests/parts/test_styles.py
- tests/styles/__init__.py
- tests/styles/test_latent.py
- tests/styles/test_style.py
- tests/styles/test_styles.py
- tests/test_api.py
- tests/test_blkcntnr.py
- tests/test_document.py
- tests/test_enum.py
- tests/test_package.py
- tests/test_section.py
- tests/test_settings.py
- tests/test_shape.py
- tests/test_shared.py
- tests/test_table.py
- tests/text/__init__.py
- tests/text/test_font.py
- tests/text/test_hyperlink.py
- tests/text/test_pagebreak.py
- tests/text/test_paragraph.py
- tests/text/test_parfmt.py
- tests/text/test_run.py
- tests/text/test_tabstops.py
- tests/unitdata.py
- tests/unitutil/__init__.py
- tests/unitutil/cxml.py
- tests/unitutil/file.py
- tests/unitutil/mock.py
Indexed releases
- 1.2.0
python_docx-1.2.0-py3-none-any.whl95 members - 1.1.2
python_docx-1.1.2-py3-none-any.whl92 members - 1.1.1
python_docx-1.1.1-py3-none-any.whl92 members - 1.1.0
python-docx-1.1.0.tar.gz201 members - 1.2.0
python_docx-1.2.0.tar.gz206 members - 1.1.2
python_docx-1.1.2.tar.gz199 members - 1.1.1
python_docx-1.1.1.tar.gz199 members - 1.1.0
python_docx-1.1.0-py3-none-any.whl92 members - 1.0.1
python_docx-1.0.1-py3-none-any.whl92 members - 1.0.1
python-docx-1.0.1.tar.gz199 members - 1.0.0
python_docx-1.0.0-py3-none-any.whl92 members - 1.0.0rc1
python_docx-1.0.0rc1-py3-none-any.whl92 members - 1.0.0
python-docx-1.0.0.tar.gz199 members - 0.8.11
python-docx-0.8.11.tar.gz188 members - 1.0.0rc1
python-docx-1.0.0rc1.tar.gz199 members - 0.8.9
python-docx-0.8.9.tar.gz188 members - 0.8.7
python-docx-0.8.7.tar.gz181 members - 0.8.10
python-docx-0.8.10.tar.gz188 members - 0.8.8
python-docx-0.8.8.tar.gz188 members - 0.8.6
python-docx-0.8.6.tar.gz181 members - 0.8.5
python-docx-0.8.5.tar.gz174 members - 0.8.4
python-docx-0.8.4.tar.gz174 members - 0.8.3
python-docx-0.8.3.tar.gz111 members - 0.8.2
python-docx-0.8.2.tar.gz103 members - 0.8.1
python-docx-0.8.1.tar.gz103 members - 0.8.0
python-docx-0.8.0.tar.gz103 members - 0.7.5
python-docx-0.7.5.tar.gz84 members - 0.7.6
python-docx-0.7.6.tar.gz94 members - 0.7.3
python-docx-0.7.3.tar.gz84 members - 0.7.4
python-docx-0.7.4.tar.gz86 members - 0.7.1
python-docx-0.7.1.tar.gz84 members - 0.7.2
python-docx-0.7.2.tar.gz84 members - 0.6.0
python-docx-0.6.0.tar.gz84 members - 0.7.0
python-docx-0.7.0.tar.gz85 members - 0.5.3
python-docx-0.5.3.tar.gz71 members - 0.5.1
python-docx-0.5.1.tar.gz71 members - 0.4.0
python-docx-0.4.0.tar.gz70 members - 0.5.2
python-docx-0.5.2.tar.gz71 members - 0.3.0a4
python-docx-0.3.0a4.tar.gz55 members - 0.3.0a2
python-docx-0.3.0a2.tar.gz52 members - 0.5.0
python-docx-0.5.0.tar.gz70 members - 0.3.0a5
python-docx-0.3.0a5.tar.gz54 members - 0.3.0a3
python-docx-0.3.0a3.tar.gz51 members - 0.3.0a1
python-docx-0.3.0a1.tar.gz51 members