python-docxan 0.0.1__tar.gz → 0.0.3__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_docxan-0.0.1/src/python_docxan.egg-info → python_docxan-0.0.3}/PKG-INFO +4 -10
- {python_docxan-0.0.1 → python_docxan-0.0.3}/pyproject.toml +18 -29
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/extensions.py +29 -55
- python_docxan-0.0.3/src/docx/extensions_patch.py +101 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3/src/python_docxan.egg-info}/PKG-INFO +4 -10
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/python_docxan.egg-info/SOURCES.txt +1 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/LICENSE +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/MANIFEST.in +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/README.md +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/Makefile +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/_static/.gitignore +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/_static/img/comment-parts.png +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/_static/img/example-docx-01.png +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/_static/img/hdrftr-01.png +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/_static/img/hdrftr-02.png +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/_templates/sidebarlinks.html +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/_themes/armstrong/LICENSE +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/_themes/armstrong/layout.html +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/_themes/armstrong/rtd-themes.conf +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/_themes/armstrong/static/rtd.css_t +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/_themes/armstrong/theme.conf +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/_themes/armstrong/theme.conf.orig +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/api/comments.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/api/dml.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/api/document.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/api/enum/MsoColorType.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/api/enum/MsoThemeColorIndex.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/api/enum/WdAlignParagraph.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/api/enum/WdBuiltinStyle.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/api/enum/WdCellVerticalAlignment.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/api/enum/WdColorIndex.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/api/enum/WdLineSpacing.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/api/enum/WdOrientation.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/api/enum/WdRowAlignment.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/api/enum/WdRowHeightRule.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/api/enum/WdSectionStart.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/api/enum/WdStyleType.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/api/enum/WdTabAlignment.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/api/enum/WdTabLeader.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/api/enum/WdTableDirection.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/api/enum/WdUnderline.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/api/enum/index.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/api/section.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/api/settings.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/api/shape.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/api/shared.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/api/style.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/api/table.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/api/text.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/conf.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/dev/analysis/features/comments.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/dev/analysis/features/coreprops.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/dev/analysis/features/header.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/dev/analysis/features/numbering.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/dev/analysis/features/sections.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/dev/analysis/features/settings.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/dev/analysis/features/shapes/index.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/dev/analysis/features/shapes/picture.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/dev/analysis/features/shapes/shapes-inline-size.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/dev/analysis/features/shapes/shapes-inline.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/dev/analysis/features/styles/character-style.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/dev/analysis/features/styles/index.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/dev/analysis/features/styles/latent-styles.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/dev/analysis/features/styles/paragraph-style.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/dev/analysis/features/styles/style.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/dev/analysis/features/styles/styles.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/dev/analysis/features/table/cell-merge.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/dev/analysis/features/table/index.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/dev/analysis/features/table/table-cell.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/dev/analysis/features/table/table-props.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/dev/analysis/features/table/table-row.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/dev/analysis/features/text/breaks.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/dev/analysis/features/text/font-color.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/dev/analysis/features/text/font-highlight-color.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/dev/analysis/features/text/font.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/dev/analysis/features/text/hyperlink.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/dev/analysis/features/text/index.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/dev/analysis/features/text/paragraph-format.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/dev/analysis/features/text/run-content.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/dev/analysis/features/text/tab-stops.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/dev/analysis/features/text/underline.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/dev/analysis/index.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/dev/analysis/schema/ct_body.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/dev/analysis/schema/ct_document.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/dev/analysis/schema/ct_p.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/index.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/user/api-concepts.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/user/comments.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/user/documents.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/user/hdrftr.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/user/install.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/user/quickstart.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/user/sections.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/user/shapes.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/user/styles-understanding.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/user/styles-using.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/user/tables.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/docs/user/text.rst +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/api-open-document.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/blk-add-paragraph.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/blk-add-table.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/blk-iter-inner-content.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/cmt-mutations.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/cmt-props.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/doc-access-collections.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/doc-access-sections.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/doc-add-comment.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/doc-add-heading.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/doc-add-page-break.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/doc-add-paragraph.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/doc-add-picture.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/doc-add-section.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/doc-add-table.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/doc-comments.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/doc-coreprops.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/doc-settings.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/doc-styles.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/environment.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/hdr-header-footer.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/hlk-props.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/img-characterize-image.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/num-access-numbering-part.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/par-access-inner-content.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/par-access-parfmt.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/par-add-run.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/par-alignment-prop.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/par-clear-paragraph.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/par-insert-paragraph.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/par-set-text.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/par-style-prop.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/pbk-split-para.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/run-access-font.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/run-access-inner-content.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/run-add-content.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/run-add-picture.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/run-char-style.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/run-clear-run.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/run-enum-props.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/sct-section.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/shp-inline-shape-access.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/shp-inline-shape-size.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/api.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/block.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/comments.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/coreprops.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/document.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/font.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/hdrftr.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/helpers.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/hyperlink.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/image.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/numbering.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/pagebreak.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/paragraph.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/parfmt.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/section.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/settings.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/shape.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/shared.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/styles.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/table.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/tabstops.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/blk-containing-table.docx +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/blk-paras-and-tables.docx +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/comments-rich-para.docx +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/court-exif.jpg +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/doc-access-sections.docx +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/doc-add-section.docx +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/doc-coreprops.docx +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/doc-default.docx +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/doc-no-coreprops.docx +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/doc-odd-even-hdrs.docx +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/doc-word-default-blank.docx +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/fnt-color.docx +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/hdr-header-footer.docx +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/jfif-300-dpi.jpg +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/jpeg420exif.jpg +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/lena.bmp +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/lena.gif +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/lena.tif +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/lena_std.jpg +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/monty-truth.png +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/mountain.bmp +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/num-having-numbering-part.docx +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/par-alignment.docx +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/par-hlink-frags.docx +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/par-hyperlinks.docx +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/par-known-paragraphs.docx +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/par-known-styles.docx +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/par-rendered-page-breaks.docx +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/python-icon.jpeg +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/run-char-style.docx +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/run-enumerated-props.docx +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/sample.tif +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/sct-first-page-hdrftr.docx +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/sct-inner-content.docx +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/sct-section-props.docx +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/set-no-settings-part.docx +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/shp-inline-shape-access.docx +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/sty-behav-props.docx +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/sty-having-no-styles-part.docx +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/sty-having-styles-part.docx +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/sty-known-styles.docx +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/tab-stops.docx +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/tbl-2x2-table.docx +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/tbl-cell-access.docx +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/tbl-cell-props.docx +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/tbl-col-props.docx +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/tbl-having-applied-style.docx +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/tbl-having-tables.docx +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/tbl-on-off-props.docx +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/tbl-props.docx +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/test.png +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/txt-font-highlight-color.docx +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/test_files/txt-font-props.docx +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/steps/text.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/sty-access-font.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/sty-access-latent-styles.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/sty-access-parfmt.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/sty-add-style.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/sty-delete-style.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/sty-latent-add-del.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/sty-latent-props.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/sty-style-props.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/tab-access-tabs.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/tab-tabstop-props.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/tbl-add-row-or-col.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/tbl-cell-access.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/tbl-cell-add-table.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/tbl-cell-props.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/tbl-cell-text.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/tbl-col-props.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/tbl-item-access.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/tbl-merge-cells.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/tbl-props.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/tbl-row-props.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/tbl-style.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/txt-add-break.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/txt-font-color.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/txt-font-props.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/features/txt-parfmt-props.feature +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/requirements-dev.txt +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/requirements-docs.txt +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/requirements-test.txt +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/requirements.txt +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/setup.cfg +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/__init__.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/api.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/blkcntnr.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/comments.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/dml/__init__.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/dml/color.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/document.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/drawing/__init__.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/enum/__init__.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/enum/base.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/enum/dml.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/enum/section.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/enum/shape.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/enum/style.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/enum/table.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/enum/text.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/exceptions.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/image/__init__.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/image/bmp.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/image/constants.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/image/exceptions.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/image/gif.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/image/helpers.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/image/image.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/image/jpeg.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/image/png.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/image/tiff.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/opc/__init__.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/opc/constants.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/opc/coreprops.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/opc/exceptions.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/opc/oxml.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/opc/package.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/opc/packuri.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/opc/part.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/opc/parts/__init__.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/opc/parts/coreprops.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/opc/phys_pkg.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/opc/pkgreader.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/opc/pkgwriter.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/opc/rel.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/opc/shared.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/opc/spec.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/oxml/__init__.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/oxml/comments.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/oxml/coreprops.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/oxml/document.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/oxml/drawing.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/oxml/exceptions.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/oxml/ns.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/oxml/numbering.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/oxml/parser.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/oxml/section.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/oxml/settings.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/oxml/shape.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/oxml/shared.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/oxml/simpletypes.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/oxml/styles.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/oxml/table.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/oxml/text/__init__.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/oxml/text/font.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/oxml/text/hyperlink.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/oxml/text/pagebreak.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/oxml/text/paragraph.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/oxml/text/parfmt.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/oxml/text/run.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/oxml/xmlchemy.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/package.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/parts/__init__.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/parts/comments.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/parts/document.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/parts/hdrftr.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/parts/image.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/parts/numbering.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/parts/settings.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/parts/story.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/parts/styles.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/py.typed +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/section.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/settings.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/shape.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/shared.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/styles/__init__.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/styles/latent.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/styles/style.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/styles/styles.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/table.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/templates/default-comments.xml +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/[Content_Types].xml +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/_rels/.rels +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/customXml/_rels/item1.xml.rels +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/customXml/item1.xml +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/customXml/itemProps1.xml +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/docProps/app.xml +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/docProps/core.xml +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/docProps/thumbnail.jpeg +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/word/_rels/document.xml.rels +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/word/document.xml +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/word/fontTable.xml +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/word/numbering.xml +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/word/settings.xml +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/word/styles.xml +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/word/stylesWithEffects.xml +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/word/theme/theme1.xml +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/word/webSettings.xml +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/templates/default-footer.xml +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/templates/default-header.xml +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/templates/default-settings.xml +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/templates/default-styles.xml +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/templates/default.docx +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/text/__init__.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/text/font.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/text/hyperlink.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/text/pagebreak.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/text/paragraph.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/text/parfmt.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/text/run.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/text/tabstops.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/docx/types.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/python_docxan.egg-info/dependency_links.txt +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/python_docxan.egg-info/requires.txt +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/src/python_docxan.egg-info/top_level.txt +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/__init__.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/conftest.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/dml/__init__.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/dml/test_color.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/image/__init__.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/image/test_bmp.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/image/test_gif.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/image/test_helpers.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/image/test_image.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/image/test_jpeg.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/image/test_png.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/image/test_tiff.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/opc/__init__.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/opc/parts/__init__.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/opc/parts/test_coreprops.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/opc/test_coreprops.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/opc/test_oxml.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/opc/test_package.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/opc/test_packuri.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/opc/test_part.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/opc/test_phys_pkg.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/opc/test_pkgreader.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/opc/test_pkgwriter.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/opc/test_rel.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/opc/unitdata/__init__.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/opc/unitdata/rels.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/opc/unitdata/types.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/oxml/__init__.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/oxml/parts/__init__.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/oxml/parts/test_document.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/oxml/parts/unitdata/__init__.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/oxml/parts/unitdata/document.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/oxml/test__init__.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/oxml/test_comments.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/oxml/test_document.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/oxml/test_ns.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/oxml/test_section.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/oxml/test_styles.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/oxml/test_table.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/oxml/test_xmlchemy.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/oxml/text/__init__.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/oxml/text/test_hyperlink.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/oxml/text/test_run.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/oxml/unitdata/__init__.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/oxml/unitdata/numbering.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/oxml/unitdata/section.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/oxml/unitdata/shared.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/oxml/unitdata/styles.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/oxml/unitdata/text.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/parts/__init__.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/parts/test_comments.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/parts/test_document.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/parts/test_hdrftr.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/parts/test_image.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/parts/test_numbering.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/parts/test_settings.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/parts/test_story.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/parts/test_styles.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/styles/__init__.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/styles/test_latent.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/styles/test_style.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/styles/test_styles.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_api.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_blkcntnr.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_comments.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_document.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_drawing.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_enum.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_files/150-dpi.png +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_files/300-dpi.TIF +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_files/300-dpi.jpg +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_files/300-dpi.png +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_files/72-dpi.tiff +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_files/CVS_LOGO.WMF +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_files/blk-inner-content.docx +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_files/exif-420-dpi.jpg +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_files/expanded_docx/[Content_Types].xml +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_files/expanded_docx/_rels/.rels +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_files/expanded_docx/customXml/_rels/item1.xml.rels +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_files/expanded_docx/customXml/item1.xml +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_files/expanded_docx/customXml/itemProps1.xml +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_files/expanded_docx/docProps/app.xml +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_files/expanded_docx/docProps/core.xml +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_files/expanded_docx/docProps/thumbnail.jpeg +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_files/expanded_docx/word/_rels/document.xml.rels +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_files/expanded_docx/word/document.xml +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_files/expanded_docx/word/fontTable.xml +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_files/expanded_docx/word/numbering.xml +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_files/expanded_docx/word/settings.xml +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_files/expanded_docx/word/styles.xml +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_files/expanded_docx/word/stylesWithEffects.xml +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_files/expanded_docx/word/theme/theme1.xml +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_files/expanded_docx/word/webSettings.xml +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_files/having-images.docx +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_files/jfif-iguana.jpg +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_files/little-endian.tif +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_files/monty-truth.png +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_files/python-icon.jpeg +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_files/python-icon.png +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_files/python-powered.png +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_files/python.bmp +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_files/sct-inner-content.docx +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_files/snippets/add-row-col.txt +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_files/snippets/inline.txt +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_files/snippets/new-tbl.txt +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_files/snippets/tbl-cells.txt +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_files/sonic.gif +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_files/test.docx +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_package.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_section.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_settings.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_shape.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_shared.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/test_table.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/text/__init__.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/text/test_font.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/text/test_hyperlink.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/text/test_pagebreak.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/text/test_paragraph.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/text/test_parfmt.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/text/test_run.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/text/test_tabstops.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/unitdata.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/unitutil/__init__.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/unitutil/cxml.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/unitutil/file.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tests/unitutil/mock.py +0 -0
- {python_docxan-0.0.1 → python_docxan-0.0.3}/tox.ini +0 -0
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-docxan
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.3
|
|
4
4
|
Summary: Create, read, and update Microsoft Word .docx files.
|
|
5
5
|
Author-email: Dan Studios <jangalacharansaisri963@gmail.com>
|
|
6
6
|
License: MIT
|
|
7
|
-
Project-URL:
|
|
8
|
-
Project-URL:
|
|
9
|
-
Project-URL:
|
|
10
|
-
Project-URL: Repository, https://github.com/python-openxml/python-docx
|
|
7
|
+
Project-URL: Documentation, https://readthedocs.org
|
|
8
|
+
Project-URL: Homepage, https://github.com
|
|
9
|
+
Project-URL: Repository, https://github.com
|
|
11
10
|
Keywords: docx,office,openxml,word
|
|
12
11
|
Classifier: Development Status :: 5 - Production/Stable
|
|
13
12
|
Classifier: Environment :: Console
|
|
@@ -24,12 +23,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
24
23
|
Classifier: Topic :: Office/Business :: Office Suites
|
|
25
24
|
Classifier: Topic :: Software Development :: Libraries
|
|
26
25
|
Requires-Python: >=3.9
|
|
27
|
-
Description-Content-Type: text/markdown
|
|
28
26
|
License-File: LICENSE
|
|
29
27
|
Requires-Dist: lxml>=3.1.0
|
|
30
28
|
Requires-Dist: typing_extensions>=4.9.0
|
|
31
29
|
Dynamic: license-file
|
|
32
|
-
|
|
33
|
-
# python_docxan
|
|
34
|
-
A Python package for processing docx files.
|
|
35
|
-
|
|
@@ -26,10 +26,9 @@ dependencies = [
|
|
|
26
26
|
"typing_extensions>=4.9.0",
|
|
27
27
|
]
|
|
28
28
|
description = "Create, read, and update Microsoft Word .docx files."
|
|
29
|
-
|
|
29
|
+
version = "0.0.3"
|
|
30
30
|
keywords = ["docx", "office", "openxml", "word"]
|
|
31
31
|
license = { text = "MIT" }
|
|
32
|
-
readme = "README.md"
|
|
33
32
|
requires-python = ">=3.9"
|
|
34
33
|
|
|
35
34
|
[dependency-groups]
|
|
@@ -49,10 +48,9 @@ dev = [
|
|
|
49
48
|
]
|
|
50
49
|
|
|
51
50
|
[project.urls]
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
Repository = "https://github.com/python-openxml/python-docx"
|
|
51
|
+
Documentation = "https://readthedocs.org"
|
|
52
|
+
Homepage = "https://github.com"
|
|
53
|
+
Repository = "https://github.com"
|
|
56
54
|
|
|
57
55
|
[tool.pyright]
|
|
58
56
|
include = ["src/docx", "tests"]
|
|
@@ -69,13 +67,8 @@ venv = ".venv"
|
|
|
69
67
|
|
|
70
68
|
[tool.pytest.ini_options]
|
|
71
69
|
filterwarnings = [
|
|
72
|
-
# -- exit on any warning not explicitly ignored here --
|
|
73
70
|
"error",
|
|
74
|
-
|
|
75
|
-
# -- pytest-xdist plugin may warn about `looponfailroots` deprecation --
|
|
76
71
|
"ignore::DeprecationWarning:xdist",
|
|
77
|
-
|
|
78
|
-
# -- pytest complains when pytest-xdist is not installed --
|
|
79
72
|
"ignore:Unknown config option. looponfailroots:pytest.PytestConfigWarning",
|
|
80
73
|
]
|
|
81
74
|
looponfailroots = ["src", "tests"]
|
|
@@ -100,28 +93,24 @@ target-version = "py38"
|
|
|
100
93
|
|
|
101
94
|
[tool.ruff.lint]
|
|
102
95
|
ignore = [
|
|
103
|
-
"COM812",
|
|
104
|
-
"PT001",
|
|
96
|
+
"COM812",
|
|
97
|
+
"PT001",
|
|
105
98
|
]
|
|
106
99
|
select = [
|
|
107
|
-
"C4",
|
|
108
|
-
"COM",
|
|
109
|
-
"E",
|
|
110
|
-
"F",
|
|
111
|
-
"I",
|
|
112
|
-
"PLR0402",
|
|
113
|
-
"PT",
|
|
114
|
-
"SIM",
|
|
115
|
-
"UP015",
|
|
116
|
-
"UP018",
|
|
117
|
-
"UP032",
|
|
118
|
-
"UP034",
|
|
100
|
+
"C4",
|
|
101
|
+
"COM",
|
|
102
|
+
"E",
|
|
103
|
+
"F",
|
|
104
|
+
"I",
|
|
105
|
+
"PLR0402",
|
|
106
|
+
"PT",
|
|
107
|
+
"SIM",
|
|
108
|
+
"UP015",
|
|
109
|
+
"UP018",
|
|
110
|
+
"UP032",
|
|
111
|
+
"UP034",
|
|
119
112
|
]
|
|
120
113
|
|
|
121
114
|
[tool.ruff.lint.isort]
|
|
122
115
|
known-first-party = ["docx"]
|
|
123
116
|
known-local-folder = ["helpers"]
|
|
124
|
-
|
|
125
|
-
[tool.setuptools.dynamic]
|
|
126
|
-
version = {attr = "docx.__version__"}
|
|
127
|
-
|
|
@@ -2568,91 +2568,65 @@ def _extensions_replace_table(
|
|
|
2568
2568
|
)
|
|
2569
2569
|
|
|
2570
2570
|
|
|
2571
|
-
def add_hyperlink(
|
|
2572
|
-
self,
|
|
2573
|
-
text,
|
|
2574
|
-
url,
|
|
2575
|
-
paragraph=None
|
|
2576
|
-
):
|
|
2571
|
+
def add_hyperlink(self, text, url, paragraph=None):
|
|
2577
2572
|
if not text:
|
|
2578
|
-
raise ValueError(
|
|
2579
|
-
"text must not be empty"
|
|
2580
|
-
)
|
|
2573
|
+
raise ValueError("text must not be empty")
|
|
2581
2574
|
|
|
2582
2575
|
if not url:
|
|
2583
|
-
raise ValueError(
|
|
2584
|
-
"url must not be empty"
|
|
2585
|
-
)
|
|
2576
|
+
raise ValueError("url must not be empty")
|
|
2586
2577
|
|
|
2587
2578
|
if paragraph is None:
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
part = self.part
|
|
2579
|
+
paragraph = (
|
|
2580
|
+
self.paragraphs[-1]
|
|
2581
|
+
if self.paragraphs
|
|
2582
|
+
else self.add_paragraph()
|
|
2583
|
+
)
|
|
2594
2584
|
|
|
2595
|
-
relationship_id = part.relate_to(
|
|
2585
|
+
relationship_id = self.part.relate_to(
|
|
2596
2586
|
str(url),
|
|
2597
2587
|
"http://schemas.openxmlformats.org/"
|
|
2598
|
-
"officeDocument/2006/relationships/"
|
|
2599
|
-
"hyperlink",
|
|
2588
|
+
"officeDocument/2006/relationships/hyperlink",
|
|
2600
2589
|
is_external=True
|
|
2601
2590
|
)
|
|
2602
2591
|
|
|
2603
|
-
|
|
2604
|
-
"w:hyperlink"
|
|
2605
|
-
)
|
|
2592
|
+
p = paragraph._p
|
|
2606
2593
|
|
|
2607
|
-
|
|
2608
|
-
"r:id",
|
|
2609
|
-
relationship_id
|
|
2610
|
-
)
|
|
2594
|
+
ns = p.nsmap
|
|
2611
2595
|
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
)
|
|
2596
|
+
w = "{" + ns["w"] + "}"
|
|
2597
|
+
r = "{" + ns["r"] + "}"
|
|
2615
2598
|
|
|
2616
|
-
|
|
2617
|
-
|
|
2599
|
+
hyperlink = p.makeelement(
|
|
2600
|
+
w + "hyperlink",
|
|
2601
|
+
{r + "id": relationship_id}
|
|
2618
2602
|
)
|
|
2619
2603
|
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
)
|
|
2604
|
+
run = p.makeelement(w + "r")
|
|
2605
|
+
run_properties = p.makeelement(w + "rPr")
|
|
2623
2606
|
|
|
2624
|
-
color.
|
|
2625
|
-
|
|
2626
|
-
"0563C1"
|
|
2607
|
+
color = p.makeelement(
|
|
2608
|
+
w + "color",
|
|
2609
|
+
{w + "val": "0563C1"}
|
|
2627
2610
|
)
|
|
2628
2611
|
|
|
2629
|
-
underline =
|
|
2630
|
-
"
|
|
2612
|
+
underline = p.makeelement(
|
|
2613
|
+
w + "u",
|
|
2614
|
+
{w + "val": "single"}
|
|
2631
2615
|
)
|
|
2632
2616
|
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
"single"
|
|
2636
|
-
)
|
|
2617
|
+
text_element = p.makeelement(w + "t")
|
|
2618
|
+
text_element.text = str(text)
|
|
2637
2619
|
|
|
2638
2620
|
run_properties.append(color)
|
|
2639
2621
|
run_properties.append(underline)
|
|
2640
2622
|
|
|
2641
|
-
text_element = self._extensions_element(
|
|
2642
|
-
"w:t"
|
|
2643
|
-
)
|
|
2644
|
-
|
|
2645
|
-
text_element.text = str(text)
|
|
2646
|
-
|
|
2647
2623
|
run.append(run_properties)
|
|
2648
2624
|
run.append(text_element)
|
|
2649
2625
|
hyperlink.append(run)
|
|
2650
2626
|
|
|
2651
|
-
|
|
2652
|
-
hyperlink
|
|
2653
|
-
)
|
|
2627
|
+
p.append(hyperlink)
|
|
2654
2628
|
|
|
2655
|
-
return self
|
|
2629
|
+
return self
|
|
2656
2630
|
|
|
2657
2631
|
|
|
2658
2632
|
def add_code_block(
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Safe monkey-patch for attaching extension helpers to python-docx Document and Table classes.
|
|
3
|
+
|
|
4
|
+
This module attaches only callables that are actually defined in
|
|
5
|
+
src/docx/extensions.py (so undefined names like add_qrcode/add_barcode
|
|
6
|
+
are skipped). It also avoids clobbering existing attributes unless
|
|
7
|
+
overwrite=True is used.
|
|
8
|
+
|
|
9
|
+
Place this file at src/docx/extensions_patch.py and import it from
|
|
10
|
+
your package initialization (or simply importing src.docx.extensions
|
|
11
|
+
will also import this file if you prefer).
|
|
12
|
+
"""
|
|
13
|
+
|
|
14
|
+
import importlib
|
|
15
|
+
from typing import Any
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
def _attach_if_callable(target_cls: Any, module: Any, name: str, overwrite: bool = True) -> bool:
|
|
19
|
+
"""Attach module.name to target_cls if it is callable.
|
|
20
|
+
|
|
21
|
+
Returns True if attached, False otherwise.
|
|
22
|
+
"""
|
|
23
|
+
func = getattr(module, name, None)
|
|
24
|
+
|
|
25
|
+
if not callable(func):
|
|
26
|
+
return False
|
|
27
|
+
|
|
28
|
+
if not overwrite and hasattr(target_cls, name):
|
|
29
|
+
return False
|
|
30
|
+
|
|
31
|
+
setattr(target_cls, name, func)
|
|
32
|
+
return True
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
def apply_safe_monkeypatch(overwrite: bool = True):
|
|
36
|
+
"""Attach only present callables from docx.extensions to the
|
|
37
|
+
real python-docx classes (Document, Table).
|
|
38
|
+
|
|
39
|
+
overwrite: if False, do not overwrite existing attributes on the
|
|
40
|
+
target classes.
|
|
41
|
+
"""
|
|
42
|
+
try:
|
|
43
|
+
from docx.document import Document as DocumentClass
|
|
44
|
+
from docx.table import Table
|
|
45
|
+
except Exception:
|
|
46
|
+
# python-docx not installed or import failed; nothing to do.
|
|
47
|
+
return False
|
|
48
|
+
|
|
49
|
+
try:
|
|
50
|
+
# Import the package-local extensions module. In this project the
|
|
51
|
+
# module lives at src/docx/extensions.py, which imports as
|
|
52
|
+
# `docx.extensions` when the package is used.
|
|
53
|
+
ext = importlib.import_module("docx.extensions")
|
|
54
|
+
except Exception:
|
|
55
|
+
return False
|
|
56
|
+
|
|
57
|
+
doc_methods = [
|
|
58
|
+
"add_markdown",
|
|
59
|
+
"add_html",
|
|
60
|
+
"add_dataframe",
|
|
61
|
+
"add_chart",
|
|
62
|
+
"set_watermark",
|
|
63
|
+
"add_page_numbers",
|
|
64
|
+
"set_header_footer",
|
|
65
|
+
"add_cover_page",
|
|
66
|
+
"add_toc",
|
|
67
|
+
"add_picture_advanced",
|
|
68
|
+
"add_image_grid",
|
|
69
|
+
"add_figure",
|
|
70
|
+
"render_template",
|
|
71
|
+
"add_markdown_tables",
|
|
72
|
+
"add_code_block",
|
|
73
|
+
"add_hyperlink",
|
|
74
|
+
"set_metadata",
|
|
75
|
+
"apply_theme",
|
|
76
|
+
"theme",
|
|
77
|
+
"get_stats",
|
|
78
|
+
"stats",
|
|
79
|
+
"debug_xml",
|
|
80
|
+
"validate",
|
|
81
|
+
]
|
|
82
|
+
|
|
83
|
+
table_methods = [
|
|
84
|
+
"apply_table_style",
|
|
85
|
+
"apply_style",
|
|
86
|
+
"repeat_header",
|
|
87
|
+
]
|
|
88
|
+
|
|
89
|
+
for name in doc_methods:
|
|
90
|
+
_attach_if_callable(DocumentClass, ext, name, overwrite=overwrite)
|
|
91
|
+
|
|
92
|
+
for name in table_methods:
|
|
93
|
+
_attach_if_callable(Table, ext, name, overwrite=overwrite)
|
|
94
|
+
|
|
95
|
+
return True
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
# Apply by default (safe: only attaches callables that exist in the
|
|
99
|
+
# extensions module). Callers can import this module and call
|
|
100
|
+
# apply_safe_monkeypatch(overwrite=False) to avoid overwriting.
|
|
101
|
+
apply_safe_monkeypatch(overwrite=True)
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-docxan
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.3
|
|
4
4
|
Summary: Create, read, and update Microsoft Word .docx files.
|
|
5
5
|
Author-email: Dan Studios <jangalacharansaisri963@gmail.com>
|
|
6
6
|
License: MIT
|
|
7
|
-
Project-URL:
|
|
8
|
-
Project-URL:
|
|
9
|
-
Project-URL:
|
|
10
|
-
Project-URL: Repository, https://github.com/python-openxml/python-docx
|
|
7
|
+
Project-URL: Documentation, https://readthedocs.org
|
|
8
|
+
Project-URL: Homepage, https://github.com
|
|
9
|
+
Project-URL: Repository, https://github.com
|
|
11
10
|
Keywords: docx,office,openxml,word
|
|
12
11
|
Classifier: Development Status :: 5 - Production/Stable
|
|
13
12
|
Classifier: Environment :: Console
|
|
@@ -24,12 +23,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
24
23
|
Classifier: Topic :: Office/Business :: Office Suites
|
|
25
24
|
Classifier: Topic :: Software Development :: Libraries
|
|
26
25
|
Requires-Python: >=3.9
|
|
27
|
-
Description-Content-Type: text/markdown
|
|
28
26
|
License-File: LICENSE
|
|
29
27
|
Requires-Dist: lxml>=3.1.0
|
|
30
28
|
Requires-Dist: typing_extensions>=4.9.0
|
|
31
29
|
Dynamic: license-file
|
|
32
|
-
|
|
33
|
-
# python_docxan
|
|
34
|
-
A Python package for processing docx files.
|
|
35
|
-
|
|
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_docxan-0.0.1 → python_docxan-0.0.3}/docs/dev/analysis/features/shapes/shapes-inline-size.rst
RENAMED
|
File without changes
|
{python_docxan-0.0.1 → python_docxan-0.0.3}/docs/dev/analysis/features/shapes/shapes-inline.rst
RENAMED
|
File without changes
|
{python_docxan-0.0.1 → python_docxan-0.0.3}/docs/dev/analysis/features/styles/character-style.rst
RENAMED
|
File without changes
|
|
File without changes
|
{python_docxan-0.0.1 → python_docxan-0.0.3}/docs/dev/analysis/features/styles/latent-styles.rst
RENAMED
|
File without changes
|
{python_docxan-0.0.1 → python_docxan-0.0.3}/docs/dev/analysis/features/styles/paragraph-style.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_docxan-0.0.1 → python_docxan-0.0.3}/docs/dev/analysis/features/table/table-props.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_docxan-0.0.1 → python_docxan-0.0.3}/docs/dev/analysis/features/text/font-highlight-color.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_docxan-0.0.1 → python_docxan-0.0.3}/docs/dev/analysis/features/text/paragraph-format.rst
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
|
|
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
|