python-docxan 0.0.2__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.
Files changed (496) hide show
  1. {python_docxan-0.0.2/src/python_docxan.egg-info → python_docxan-0.0.3}/PKG-INFO +1 -1
  2. {python_docxan-0.0.2 → python_docxan-0.0.3}/pyproject.toml +1 -1
  3. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/extensions.py +29 -55
  4. {python_docxan-0.0.2 → python_docxan-0.0.3/src/python_docxan.egg-info}/PKG-INFO +1 -1
  5. {python_docxan-0.0.2 → python_docxan-0.0.3}/LICENSE +0 -0
  6. {python_docxan-0.0.2 → python_docxan-0.0.3}/MANIFEST.in +0 -0
  7. {python_docxan-0.0.2 → python_docxan-0.0.3}/README.md +0 -0
  8. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/Makefile +0 -0
  9. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/_static/.gitignore +0 -0
  10. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/_static/img/comment-parts.png +0 -0
  11. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/_static/img/example-docx-01.png +0 -0
  12. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/_static/img/hdrftr-01.png +0 -0
  13. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/_static/img/hdrftr-02.png +0 -0
  14. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/_templates/sidebarlinks.html +0 -0
  15. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/_themes/armstrong/LICENSE +0 -0
  16. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/_themes/armstrong/layout.html +0 -0
  17. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/_themes/armstrong/rtd-themes.conf +0 -0
  18. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/_themes/armstrong/static/rtd.css_t +0 -0
  19. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/_themes/armstrong/theme.conf +0 -0
  20. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/_themes/armstrong/theme.conf.orig +0 -0
  21. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/comments.rst +0 -0
  22. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/dml.rst +0 -0
  23. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/document.rst +0 -0
  24. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/enum/MsoColorType.rst +0 -0
  25. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/enum/MsoThemeColorIndex.rst +0 -0
  26. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/enum/WdAlignParagraph.rst +0 -0
  27. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/enum/WdBuiltinStyle.rst +0 -0
  28. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/enum/WdCellVerticalAlignment.rst +0 -0
  29. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/enum/WdColorIndex.rst +0 -0
  30. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/enum/WdLineSpacing.rst +0 -0
  31. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/enum/WdOrientation.rst +0 -0
  32. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/enum/WdRowAlignment.rst +0 -0
  33. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/enum/WdRowHeightRule.rst +0 -0
  34. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/enum/WdSectionStart.rst +0 -0
  35. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/enum/WdStyleType.rst +0 -0
  36. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/enum/WdTabAlignment.rst +0 -0
  37. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/enum/WdTabLeader.rst +0 -0
  38. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/enum/WdTableDirection.rst +0 -0
  39. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/enum/WdUnderline.rst +0 -0
  40. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/enum/index.rst +0 -0
  41. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/section.rst +0 -0
  42. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/settings.rst +0 -0
  43. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/shape.rst +0 -0
  44. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/shared.rst +0 -0
  45. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/style.rst +0 -0
  46. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/table.rst +0 -0
  47. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/api/text.rst +0 -0
  48. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/conf.py +0 -0
  49. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/comments.rst +0 -0
  50. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/coreprops.rst +0 -0
  51. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/header.rst +0 -0
  52. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/numbering.rst +0 -0
  53. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/sections.rst +0 -0
  54. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/settings.rst +0 -0
  55. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/shapes/index.rst +0 -0
  56. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/shapes/picture.rst +0 -0
  57. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/shapes/shapes-inline-size.rst +0 -0
  58. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/shapes/shapes-inline.rst +0 -0
  59. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/styles/character-style.rst +0 -0
  60. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/styles/index.rst +0 -0
  61. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/styles/latent-styles.rst +0 -0
  62. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/styles/paragraph-style.rst +0 -0
  63. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/styles/style.rst +0 -0
  64. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/styles/styles.rst +0 -0
  65. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/table/cell-merge.rst +0 -0
  66. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/table/index.rst +0 -0
  67. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/table/table-cell.rst +0 -0
  68. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/table/table-props.rst +0 -0
  69. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/table/table-row.rst +0 -0
  70. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/text/breaks.rst +0 -0
  71. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/text/font-color.rst +0 -0
  72. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/text/font-highlight-color.rst +0 -0
  73. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/text/font.rst +0 -0
  74. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/text/hyperlink.rst +0 -0
  75. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/text/index.rst +0 -0
  76. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/text/paragraph-format.rst +0 -0
  77. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/text/run-content.rst +0 -0
  78. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/text/tab-stops.rst +0 -0
  79. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/features/text/underline.rst +0 -0
  80. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/index.rst +0 -0
  81. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/schema/ct_body.rst +0 -0
  82. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/schema/ct_document.rst +0 -0
  83. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/dev/analysis/schema/ct_p.rst +0 -0
  84. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/index.rst +0 -0
  85. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/user/api-concepts.rst +0 -0
  86. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/user/comments.rst +0 -0
  87. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/user/documents.rst +0 -0
  88. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/user/hdrftr.rst +0 -0
  89. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/user/install.rst +0 -0
  90. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/user/quickstart.rst +0 -0
  91. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/user/sections.rst +0 -0
  92. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/user/shapes.rst +0 -0
  93. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/user/styles-understanding.rst +0 -0
  94. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/user/styles-using.rst +0 -0
  95. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/user/tables.rst +0 -0
  96. {python_docxan-0.0.2 → python_docxan-0.0.3}/docs/user/text.rst +0 -0
  97. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/api-open-document.feature +0 -0
  98. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/blk-add-paragraph.feature +0 -0
  99. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/blk-add-table.feature +0 -0
  100. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/blk-iter-inner-content.feature +0 -0
  101. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/cmt-mutations.feature +0 -0
  102. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/cmt-props.feature +0 -0
  103. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/doc-access-collections.feature +0 -0
  104. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/doc-access-sections.feature +0 -0
  105. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/doc-add-comment.feature +0 -0
  106. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/doc-add-heading.feature +0 -0
  107. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/doc-add-page-break.feature +0 -0
  108. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/doc-add-paragraph.feature +0 -0
  109. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/doc-add-picture.feature +0 -0
  110. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/doc-add-section.feature +0 -0
  111. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/doc-add-table.feature +0 -0
  112. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/doc-comments.feature +0 -0
  113. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/doc-coreprops.feature +0 -0
  114. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/doc-settings.feature +0 -0
  115. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/doc-styles.feature +0 -0
  116. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/environment.py +0 -0
  117. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/hdr-header-footer.feature +0 -0
  118. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/hlk-props.feature +0 -0
  119. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/img-characterize-image.feature +0 -0
  120. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/num-access-numbering-part.feature +0 -0
  121. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/par-access-inner-content.feature +0 -0
  122. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/par-access-parfmt.feature +0 -0
  123. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/par-add-run.feature +0 -0
  124. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/par-alignment-prop.feature +0 -0
  125. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/par-clear-paragraph.feature +0 -0
  126. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/par-insert-paragraph.feature +0 -0
  127. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/par-set-text.feature +0 -0
  128. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/par-style-prop.feature +0 -0
  129. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/pbk-split-para.feature +0 -0
  130. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/run-access-font.feature +0 -0
  131. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/run-access-inner-content.feature +0 -0
  132. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/run-add-content.feature +0 -0
  133. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/run-add-picture.feature +0 -0
  134. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/run-char-style.feature +0 -0
  135. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/run-clear-run.feature +0 -0
  136. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/run-enum-props.feature +0 -0
  137. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/sct-section.feature +0 -0
  138. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/shp-inline-shape-access.feature +0 -0
  139. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/shp-inline-shape-size.feature +0 -0
  140. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/api.py +0 -0
  141. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/block.py +0 -0
  142. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/comments.py +0 -0
  143. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/coreprops.py +0 -0
  144. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/document.py +0 -0
  145. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/font.py +0 -0
  146. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/hdrftr.py +0 -0
  147. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/helpers.py +0 -0
  148. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/hyperlink.py +0 -0
  149. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/image.py +0 -0
  150. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/numbering.py +0 -0
  151. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/pagebreak.py +0 -0
  152. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/paragraph.py +0 -0
  153. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/parfmt.py +0 -0
  154. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/section.py +0 -0
  155. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/settings.py +0 -0
  156. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/shape.py +0 -0
  157. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/shared.py +0 -0
  158. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/styles.py +0 -0
  159. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/table.py +0 -0
  160. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/tabstops.py +0 -0
  161. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/blk-containing-table.docx +0 -0
  162. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/blk-paras-and-tables.docx +0 -0
  163. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/comments-rich-para.docx +0 -0
  164. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/court-exif.jpg +0 -0
  165. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/doc-access-sections.docx +0 -0
  166. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/doc-add-section.docx +0 -0
  167. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/doc-coreprops.docx +0 -0
  168. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/doc-default.docx +0 -0
  169. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/doc-no-coreprops.docx +0 -0
  170. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/doc-odd-even-hdrs.docx +0 -0
  171. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/doc-word-default-blank.docx +0 -0
  172. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/fnt-color.docx +0 -0
  173. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/hdr-header-footer.docx +0 -0
  174. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/jfif-300-dpi.jpg +0 -0
  175. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/jpeg420exif.jpg +0 -0
  176. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/lena.bmp +0 -0
  177. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/lena.gif +0 -0
  178. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/lena.tif +0 -0
  179. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/lena_std.jpg +0 -0
  180. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/monty-truth.png +0 -0
  181. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/mountain.bmp +0 -0
  182. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/num-having-numbering-part.docx +0 -0
  183. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/par-alignment.docx +0 -0
  184. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/par-hlink-frags.docx +0 -0
  185. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/par-hyperlinks.docx +0 -0
  186. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/par-known-paragraphs.docx +0 -0
  187. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/par-known-styles.docx +0 -0
  188. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/par-rendered-page-breaks.docx +0 -0
  189. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/python-icon.jpeg +0 -0
  190. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/run-char-style.docx +0 -0
  191. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/run-enumerated-props.docx +0 -0
  192. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/sample.tif +0 -0
  193. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/sct-first-page-hdrftr.docx +0 -0
  194. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/sct-inner-content.docx +0 -0
  195. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/sct-section-props.docx +0 -0
  196. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/set-no-settings-part.docx +0 -0
  197. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/shp-inline-shape-access.docx +0 -0
  198. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/sty-behav-props.docx +0 -0
  199. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/sty-having-no-styles-part.docx +0 -0
  200. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/sty-having-styles-part.docx +0 -0
  201. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/sty-known-styles.docx +0 -0
  202. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/tab-stops.docx +0 -0
  203. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/tbl-2x2-table.docx +0 -0
  204. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/tbl-cell-access.docx +0 -0
  205. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/tbl-cell-props.docx +0 -0
  206. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/tbl-col-props.docx +0 -0
  207. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/tbl-having-applied-style.docx +0 -0
  208. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/tbl-having-tables.docx +0 -0
  209. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/tbl-on-off-props.docx +0 -0
  210. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/tbl-props.docx +0 -0
  211. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/test.png +0 -0
  212. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/txt-font-highlight-color.docx +0 -0
  213. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/test_files/txt-font-props.docx +0 -0
  214. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/steps/text.py +0 -0
  215. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/sty-access-font.feature +0 -0
  216. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/sty-access-latent-styles.feature +0 -0
  217. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/sty-access-parfmt.feature +0 -0
  218. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/sty-add-style.feature +0 -0
  219. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/sty-delete-style.feature +0 -0
  220. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/sty-latent-add-del.feature +0 -0
  221. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/sty-latent-props.feature +0 -0
  222. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/sty-style-props.feature +0 -0
  223. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/tab-access-tabs.feature +0 -0
  224. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/tab-tabstop-props.feature +0 -0
  225. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/tbl-add-row-or-col.feature +0 -0
  226. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/tbl-cell-access.feature +0 -0
  227. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/tbl-cell-add-table.feature +0 -0
  228. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/tbl-cell-props.feature +0 -0
  229. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/tbl-cell-text.feature +0 -0
  230. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/tbl-col-props.feature +0 -0
  231. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/tbl-item-access.feature +0 -0
  232. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/tbl-merge-cells.feature +0 -0
  233. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/tbl-props.feature +0 -0
  234. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/tbl-row-props.feature +0 -0
  235. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/tbl-style.feature +0 -0
  236. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/txt-add-break.feature +0 -0
  237. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/txt-font-color.feature +0 -0
  238. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/txt-font-props.feature +0 -0
  239. {python_docxan-0.0.2 → python_docxan-0.0.3}/features/txt-parfmt-props.feature +0 -0
  240. {python_docxan-0.0.2 → python_docxan-0.0.3}/requirements-dev.txt +0 -0
  241. {python_docxan-0.0.2 → python_docxan-0.0.3}/requirements-docs.txt +0 -0
  242. {python_docxan-0.0.2 → python_docxan-0.0.3}/requirements-test.txt +0 -0
  243. {python_docxan-0.0.2 → python_docxan-0.0.3}/requirements.txt +0 -0
  244. {python_docxan-0.0.2 → python_docxan-0.0.3}/setup.cfg +0 -0
  245. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/__init__.py +0 -0
  246. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/api.py +0 -0
  247. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/blkcntnr.py +0 -0
  248. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/comments.py +0 -0
  249. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/dml/__init__.py +0 -0
  250. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/dml/color.py +0 -0
  251. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/document.py +0 -0
  252. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/drawing/__init__.py +0 -0
  253. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/enum/__init__.py +0 -0
  254. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/enum/base.py +0 -0
  255. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/enum/dml.py +0 -0
  256. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/enum/section.py +0 -0
  257. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/enum/shape.py +0 -0
  258. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/enum/style.py +0 -0
  259. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/enum/table.py +0 -0
  260. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/enum/text.py +0 -0
  261. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/exceptions.py +0 -0
  262. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/extensions_patch.py +0 -0
  263. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/image/__init__.py +0 -0
  264. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/image/bmp.py +0 -0
  265. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/image/constants.py +0 -0
  266. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/image/exceptions.py +0 -0
  267. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/image/gif.py +0 -0
  268. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/image/helpers.py +0 -0
  269. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/image/image.py +0 -0
  270. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/image/jpeg.py +0 -0
  271. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/image/png.py +0 -0
  272. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/image/tiff.py +0 -0
  273. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/opc/__init__.py +0 -0
  274. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/opc/constants.py +0 -0
  275. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/opc/coreprops.py +0 -0
  276. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/opc/exceptions.py +0 -0
  277. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/opc/oxml.py +0 -0
  278. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/opc/package.py +0 -0
  279. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/opc/packuri.py +0 -0
  280. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/opc/part.py +0 -0
  281. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/opc/parts/__init__.py +0 -0
  282. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/opc/parts/coreprops.py +0 -0
  283. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/opc/phys_pkg.py +0 -0
  284. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/opc/pkgreader.py +0 -0
  285. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/opc/pkgwriter.py +0 -0
  286. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/opc/rel.py +0 -0
  287. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/opc/shared.py +0 -0
  288. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/opc/spec.py +0 -0
  289. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/__init__.py +0 -0
  290. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/comments.py +0 -0
  291. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/coreprops.py +0 -0
  292. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/document.py +0 -0
  293. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/drawing.py +0 -0
  294. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/exceptions.py +0 -0
  295. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/ns.py +0 -0
  296. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/numbering.py +0 -0
  297. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/parser.py +0 -0
  298. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/section.py +0 -0
  299. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/settings.py +0 -0
  300. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/shape.py +0 -0
  301. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/shared.py +0 -0
  302. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/simpletypes.py +0 -0
  303. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/styles.py +0 -0
  304. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/table.py +0 -0
  305. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/text/__init__.py +0 -0
  306. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/text/font.py +0 -0
  307. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/text/hyperlink.py +0 -0
  308. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/text/pagebreak.py +0 -0
  309. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/text/paragraph.py +0 -0
  310. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/text/parfmt.py +0 -0
  311. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/text/run.py +0 -0
  312. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/oxml/xmlchemy.py +0 -0
  313. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/package.py +0 -0
  314. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/parts/__init__.py +0 -0
  315. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/parts/comments.py +0 -0
  316. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/parts/document.py +0 -0
  317. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/parts/hdrftr.py +0 -0
  318. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/parts/image.py +0 -0
  319. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/parts/numbering.py +0 -0
  320. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/parts/settings.py +0 -0
  321. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/parts/story.py +0 -0
  322. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/parts/styles.py +0 -0
  323. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/py.typed +0 -0
  324. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/section.py +0 -0
  325. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/settings.py +0 -0
  326. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/shape.py +0 -0
  327. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/shared.py +0 -0
  328. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/styles/__init__.py +0 -0
  329. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/styles/latent.py +0 -0
  330. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/styles/style.py +0 -0
  331. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/styles/styles.py +0 -0
  332. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/table.py +0 -0
  333. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/templates/default-comments.xml +0 -0
  334. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/[Content_Types].xml +0 -0
  335. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/_rels/.rels +0 -0
  336. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/customXml/_rels/item1.xml.rels +0 -0
  337. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/customXml/item1.xml +0 -0
  338. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/customXml/itemProps1.xml +0 -0
  339. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/docProps/app.xml +0 -0
  340. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/docProps/core.xml +0 -0
  341. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/docProps/thumbnail.jpeg +0 -0
  342. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/word/_rels/document.xml.rels +0 -0
  343. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/word/document.xml +0 -0
  344. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/word/fontTable.xml +0 -0
  345. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/word/numbering.xml +0 -0
  346. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/word/settings.xml +0 -0
  347. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/word/styles.xml +0 -0
  348. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/word/stylesWithEffects.xml +0 -0
  349. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/word/theme/theme1.xml +0 -0
  350. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/templates/default-docx-template/word/webSettings.xml +0 -0
  351. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/templates/default-footer.xml +0 -0
  352. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/templates/default-header.xml +0 -0
  353. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/templates/default-settings.xml +0 -0
  354. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/templates/default-styles.xml +0 -0
  355. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/templates/default.docx +0 -0
  356. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/text/__init__.py +0 -0
  357. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/text/font.py +0 -0
  358. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/text/hyperlink.py +0 -0
  359. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/text/pagebreak.py +0 -0
  360. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/text/paragraph.py +0 -0
  361. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/text/parfmt.py +0 -0
  362. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/text/run.py +0 -0
  363. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/text/tabstops.py +0 -0
  364. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/docx/types.py +0 -0
  365. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/python_docxan.egg-info/SOURCES.txt +0 -0
  366. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/python_docxan.egg-info/dependency_links.txt +0 -0
  367. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/python_docxan.egg-info/requires.txt +0 -0
  368. {python_docxan-0.0.2 → python_docxan-0.0.3}/src/python_docxan.egg-info/top_level.txt +0 -0
  369. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/__init__.py +0 -0
  370. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/conftest.py +0 -0
  371. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/dml/__init__.py +0 -0
  372. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/dml/test_color.py +0 -0
  373. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/image/__init__.py +0 -0
  374. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/image/test_bmp.py +0 -0
  375. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/image/test_gif.py +0 -0
  376. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/image/test_helpers.py +0 -0
  377. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/image/test_image.py +0 -0
  378. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/image/test_jpeg.py +0 -0
  379. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/image/test_png.py +0 -0
  380. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/image/test_tiff.py +0 -0
  381. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/opc/__init__.py +0 -0
  382. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/opc/parts/__init__.py +0 -0
  383. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/opc/parts/test_coreprops.py +0 -0
  384. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/opc/test_coreprops.py +0 -0
  385. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/opc/test_oxml.py +0 -0
  386. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/opc/test_package.py +0 -0
  387. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/opc/test_packuri.py +0 -0
  388. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/opc/test_part.py +0 -0
  389. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/opc/test_phys_pkg.py +0 -0
  390. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/opc/test_pkgreader.py +0 -0
  391. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/opc/test_pkgwriter.py +0 -0
  392. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/opc/test_rel.py +0 -0
  393. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/opc/unitdata/__init__.py +0 -0
  394. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/opc/unitdata/rels.py +0 -0
  395. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/opc/unitdata/types.py +0 -0
  396. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/oxml/__init__.py +0 -0
  397. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/oxml/parts/__init__.py +0 -0
  398. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/oxml/parts/test_document.py +0 -0
  399. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/oxml/parts/unitdata/__init__.py +0 -0
  400. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/oxml/parts/unitdata/document.py +0 -0
  401. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/oxml/test__init__.py +0 -0
  402. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/oxml/test_comments.py +0 -0
  403. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/oxml/test_document.py +0 -0
  404. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/oxml/test_ns.py +0 -0
  405. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/oxml/test_section.py +0 -0
  406. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/oxml/test_styles.py +0 -0
  407. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/oxml/test_table.py +0 -0
  408. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/oxml/test_xmlchemy.py +0 -0
  409. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/oxml/text/__init__.py +0 -0
  410. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/oxml/text/test_hyperlink.py +0 -0
  411. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/oxml/text/test_run.py +0 -0
  412. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/oxml/unitdata/__init__.py +0 -0
  413. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/oxml/unitdata/numbering.py +0 -0
  414. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/oxml/unitdata/section.py +0 -0
  415. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/oxml/unitdata/shared.py +0 -0
  416. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/oxml/unitdata/styles.py +0 -0
  417. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/oxml/unitdata/text.py +0 -0
  418. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/parts/__init__.py +0 -0
  419. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/parts/test_comments.py +0 -0
  420. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/parts/test_document.py +0 -0
  421. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/parts/test_hdrftr.py +0 -0
  422. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/parts/test_image.py +0 -0
  423. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/parts/test_numbering.py +0 -0
  424. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/parts/test_settings.py +0 -0
  425. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/parts/test_story.py +0 -0
  426. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/parts/test_styles.py +0 -0
  427. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/styles/__init__.py +0 -0
  428. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/styles/test_latent.py +0 -0
  429. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/styles/test_style.py +0 -0
  430. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/styles/test_styles.py +0 -0
  431. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_api.py +0 -0
  432. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_blkcntnr.py +0 -0
  433. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_comments.py +0 -0
  434. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_document.py +0 -0
  435. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_drawing.py +0 -0
  436. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_enum.py +0 -0
  437. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/150-dpi.png +0 -0
  438. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/300-dpi.TIF +0 -0
  439. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/300-dpi.jpg +0 -0
  440. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/300-dpi.png +0 -0
  441. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/72-dpi.tiff +0 -0
  442. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/CVS_LOGO.WMF +0 -0
  443. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/blk-inner-content.docx +0 -0
  444. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/exif-420-dpi.jpg +0 -0
  445. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/expanded_docx/[Content_Types].xml +0 -0
  446. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/expanded_docx/_rels/.rels +0 -0
  447. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/expanded_docx/customXml/_rels/item1.xml.rels +0 -0
  448. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/expanded_docx/customXml/item1.xml +0 -0
  449. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/expanded_docx/customXml/itemProps1.xml +0 -0
  450. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/expanded_docx/docProps/app.xml +0 -0
  451. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/expanded_docx/docProps/core.xml +0 -0
  452. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/expanded_docx/docProps/thumbnail.jpeg +0 -0
  453. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/expanded_docx/word/_rels/document.xml.rels +0 -0
  454. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/expanded_docx/word/document.xml +0 -0
  455. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/expanded_docx/word/fontTable.xml +0 -0
  456. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/expanded_docx/word/numbering.xml +0 -0
  457. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/expanded_docx/word/settings.xml +0 -0
  458. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/expanded_docx/word/styles.xml +0 -0
  459. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/expanded_docx/word/stylesWithEffects.xml +0 -0
  460. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/expanded_docx/word/theme/theme1.xml +0 -0
  461. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/expanded_docx/word/webSettings.xml +0 -0
  462. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/having-images.docx +0 -0
  463. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/jfif-iguana.jpg +0 -0
  464. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/little-endian.tif +0 -0
  465. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/monty-truth.png +0 -0
  466. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/python-icon.jpeg +0 -0
  467. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/python-icon.png +0 -0
  468. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/python-powered.png +0 -0
  469. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/python.bmp +0 -0
  470. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/sct-inner-content.docx +0 -0
  471. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/snippets/add-row-col.txt +0 -0
  472. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/snippets/inline.txt +0 -0
  473. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/snippets/new-tbl.txt +0 -0
  474. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/snippets/tbl-cells.txt +0 -0
  475. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/sonic.gif +0 -0
  476. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_files/test.docx +0 -0
  477. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_package.py +0 -0
  478. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_section.py +0 -0
  479. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_settings.py +0 -0
  480. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_shape.py +0 -0
  481. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_shared.py +0 -0
  482. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/test_table.py +0 -0
  483. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/text/__init__.py +0 -0
  484. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/text/test_font.py +0 -0
  485. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/text/test_hyperlink.py +0 -0
  486. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/text/test_pagebreak.py +0 -0
  487. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/text/test_paragraph.py +0 -0
  488. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/text/test_parfmt.py +0 -0
  489. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/text/test_run.py +0 -0
  490. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/text/test_tabstops.py +0 -0
  491. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/unitdata.py +0 -0
  492. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/unitutil/__init__.py +0 -0
  493. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/unitutil/cxml.py +0 -0
  494. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/unitutil/file.py +0 -0
  495. {python_docxan-0.0.2 → python_docxan-0.0.3}/tests/unitutil/mock.py +0 -0
  496. {python_docxan-0.0.2 → python_docxan-0.0.3}/tox.ini +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-docxan
3
- Version: 0.0.2
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
@@ -26,7 +26,7 @@ dependencies = [
26
26
  "typing_extensions>=4.9.0",
27
27
  ]
28
28
  description = "Create, read, and update Microsoft Word .docx files."
29
- version = "0.0.2"
29
+ version = "0.0.3"
30
30
  keywords = ["docx", "office", "openxml", "word"]
31
31
  license = { text = "MIT" }
32
32
  requires-python = ">=3.9"
@@ -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
- if self.paragraphs:
2589
- paragraph = self.paragraphs[-1]
2590
- else:
2591
- paragraph = self.add_paragraph()
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
- hyperlink = self._extensions_element(
2604
- "w:hyperlink"
2605
- )
2592
+ p = paragraph._p
2606
2593
 
2607
- hyperlink.set(
2608
- "r:id",
2609
- relationship_id
2610
- )
2594
+ ns = p.nsmap
2611
2595
 
2612
- run = self._extensions_element(
2613
- "w:r"
2614
- )
2596
+ w = "{" + ns["w"] + "}"
2597
+ r = "{" + ns["r"] + "}"
2615
2598
 
2616
- run_properties = self._extensions_element(
2617
- "w:rPr"
2599
+ hyperlink = p.makeelement(
2600
+ w + "hyperlink",
2601
+ {r + "id": relationship_id}
2618
2602
  )
2619
2603
 
2620
- color = self._extensions_element(
2621
- "w:color"
2622
- )
2604
+ run = p.makeelement(w + "r")
2605
+ run_properties = p.makeelement(w + "rPr")
2623
2606
 
2624
- color.set(
2625
- "w:val",
2626
- "0563C1"
2607
+ color = p.makeelement(
2608
+ w + "color",
2609
+ {w + "val": "0563C1"}
2627
2610
  )
2628
2611
 
2629
- underline = self._extensions_element(
2630
- "w:u"
2612
+ underline = p.makeelement(
2613
+ w + "u",
2614
+ {w + "val": "single"}
2631
2615
  )
2632
2616
 
2633
- underline.set(
2634
- "w:val",
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
- paragraph._p.append(
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(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-docxan
3
- Version: 0.0.2
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
File without changes
File without changes
File without changes