Repository URL to install this package:
|
Version:
0.9.10 ▾
|
AUTHORS
CHANGELOG.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
PyDocX.egg-info/PKG-INFO
PyDocX.egg-info/SOURCES.txt
PyDocX.egg-info/dependency_links.txt
PyDocX.egg-info/entry_points.txt
PyDocX.egg-info/not-zip-safe
PyDocX.egg-info/top_level.txt
docs/Makefile
docs/conf.py
docs/conformance.rst
docs/development.rst
docs/enumerated_list_detection.rst
docs/export_mixins.rst
docs/extending.rst
docs/index.rst
docs/installation.rst
docs/plugins.rst
docs/release_notes.rst
docs/usage.rst
docs/_build/html/.buildinfo
docs/_build/html/conformance.html
docs/_build/html/development.html
docs/_build/html/enumerated_list_detection.html
docs/_build/html/export_mixins.html
docs/_build/html/extending.html
docs/_build/html/genindex.html
docs/_build/html/index.html
docs/_build/html/installation.html
docs/_build/html/objects.inv
docs/_build/html/plugins.html
docs/_build/html/release_notes.html
docs/_build/html/search.html
docs/_build/html/searchindex.js
docs/_build/html/usage.html
docs/_build/html/_sources/conformance.txt
docs/_build/html/_sources/development.txt
docs/_build/html/_sources/enumerated_list_detection.txt
docs/_build/html/_sources/export_mixins.txt
docs/_build/html/_sources/extending.txt
docs/_build/html/_sources/index.txt
docs/_build/html/_sources/installation.txt
docs/_build/html/_sources/plugins.txt
docs/_build/html/_sources/release_notes.txt
docs/_build/html/_sources/usage.txt
docs/_build/html/_static/ajax-loader.gif
docs/_build/html/_static/basic.css
docs/_build/html/_static/comment-bright.png
docs/_build/html/_static/comment-close.png
docs/_build/html/_static/comment.png
docs/_build/html/_static/doctools.js
docs/_build/html/_static/down-pressed.png
docs/_build/html/_static/down.png
docs/_build/html/_static/file.png
docs/_build/html/_static/jquery-1.11.1.js
docs/_build/html/_static/jquery.js
docs/_build/html/_static/minus.png
docs/_build/html/_static/placeholder_do_not_delete
docs/_build/html/_static/plus.png
docs/_build/html/_static/pygments.css
docs/_build/html/_static/searchtools.js
docs/_build/html/_static/underscore-1.3.1.js
docs/_build/html/_static/underscore.js
docs/_build/html/_static/up-pressed.png
docs/_build/html/_static/up.png
docs/_build/html/_static/websupport.js
docs/_build/html/_static/css/badge_only.css
docs/_build/html/_static/css/theme.css
docs/_build/html/_static/fonts/Inconsolata-Bold.ttf
docs/_build/html/_static/fonts/Inconsolata-Regular.ttf
docs/_build/html/_static/fonts/Lato-Bold.ttf
docs/_build/html/_static/fonts/Lato-Regular.ttf
docs/_build/html/_static/fonts/RobotoSlab-Bold.ttf
docs/_build/html/_static/fonts/RobotoSlab-Regular.ttf
docs/_build/html/_static/fonts/fontawesome-webfont.eot
docs/_build/html/_static/fonts/fontawesome-webfont.svg
docs/_build/html/_static/fonts/fontawesome-webfont.ttf
docs/_build/html/_static/fonts/fontawesome-webfont.woff
docs/_build/html/_static/js/modernizr.min.js
docs/_build/html/_static/js/theme.js
docs/_static/placeholder_do_not_delete
pydocx/__init__.py
pydocx/__main__.py
pydocx/constants.py
pydocx/exceptions.py
pydocx/models.py
pydocx/packaging.py
pydocx/pydocx.py
pydocx/types.py
pydocx/export/__init__.py
pydocx/export/base.py
pydocx/export/html.py
pydocx/export/markdown.py
pydocx/export/numbering_span.py
pydocx/export/mixins/__init__.py
pydocx/export/mixins/faked_superscript_and_subscript.py
pydocx/openxml/__init__.py
pydocx/openxml/drawing/__init__.py
pydocx/openxml/drawing/blip.py
pydocx/openxml/drawing/extents.py
pydocx/openxml/drawing/graphic.py
pydocx/openxml/drawing/graphic_data.py
pydocx/openxml/drawing/transform_2d.py
pydocx/openxml/drawing/pictures/__init__.py
pydocx/openxml/drawing/pictures/blip_fill.py
pydocx/openxml/drawing/pictures/picture.py
pydocx/openxml/drawing/pictures/shape_properties.py
pydocx/openxml/drawing/wordprocessing/__init__.py
pydocx/openxml/drawing/wordprocessing/anchor.py
pydocx/openxml/drawing/wordprocessing/inline.py
pydocx/openxml/markup_compatibility/__init__.py
pydocx/openxml/markup_compatibility/alternate_content.py
pydocx/openxml/markup_compatibility/fallback.py
pydocx/openxml/packaging/__init__.py
pydocx/openxml/packaging/font_table_part.py
pydocx/openxml/packaging/footnotes_part.py
pydocx/openxml/packaging/image_part.py
pydocx/openxml/packaging/main_document_part.py
pydocx/openxml/packaging/numbering_definitions_part.py
pydocx/openxml/packaging/open_xml_package.py
pydocx/openxml/packaging/open_xml_part.py
pydocx/openxml/packaging/open_xml_part_container.py
pydocx/openxml/packaging/style_definitions_part.py
pydocx/openxml/packaging/word_processing_document.py
pydocx/openxml/vml/__init__.py
pydocx/openxml/vml/image_data.py
pydocx/openxml/vml/rect.py
pydocx/openxml/vml/shape.py
pydocx/openxml/vml/textbox.py
pydocx/openxml/wordprocessing/__init__.py
pydocx/openxml/wordprocessing/abstract_num.py
pydocx/openxml/wordprocessing/body.py
pydocx/openxml/wordprocessing/br.py
pydocx/openxml/wordprocessing/deleted_run.py
pydocx/openxml/wordprocessing/deleted_text.py
pydocx/openxml/wordprocessing/document.py
pydocx/openxml/wordprocessing/drawing.py
pydocx/openxml/wordprocessing/embedded_object.py
pydocx/openxml/wordprocessing/field_char.py
pydocx/openxml/wordprocessing/field_code.py
pydocx/openxml/wordprocessing/footnote.py
pydocx/openxml/wordprocessing/footnote_reference.py
pydocx/openxml/wordprocessing/footnote_reference_mark.py
pydocx/openxml/wordprocessing/footnotes.py
pydocx/openxml/wordprocessing/hyperlink.py
pydocx/openxml/wordprocessing/inserted_run.py
pydocx/openxml/wordprocessing/level.py
pydocx/openxml/wordprocessing/level_override.py
pydocx/openxml/wordprocessing/no_break_hyphen.py
pydocx/openxml/wordprocessing/numbering.py
pydocx/openxml/wordprocessing/numbering_instance.py
pydocx/openxml/wordprocessing/numbering_properties.py
pydocx/openxml/wordprocessing/paragraph.py
pydocx/openxml/wordprocessing/paragraph_properties.py
pydocx/openxml/wordprocessing/picture.py
pydocx/openxml/wordprocessing/rfonts.py
pydocx/openxml/wordprocessing/run.py
pydocx/openxml/wordprocessing/run_properties.py
pydocx/openxml/wordprocessing/sdt_block.py
pydocx/openxml/wordprocessing/sdt_content_block.py
pydocx/openxml/wordprocessing/sdt_content_run.py
pydocx/openxml/wordprocessing/sdt_run.py
pydocx/openxml/wordprocessing/section_properties.py
pydocx/openxml/wordprocessing/simple_field.py
pydocx/openxml/wordprocessing/smart_tag_run.py
pydocx/openxml/wordprocessing/style.py
pydocx/openxml/wordprocessing/styles.py
pydocx/openxml/wordprocessing/tab_char.py
pydocx/openxml/wordprocessing/table.py
pydocx/openxml/wordprocessing/table_cell.py
pydocx/openxml/wordprocessing/table_cell_properties.py
pydocx/openxml/wordprocessing/table_row.py
pydocx/openxml/wordprocessing/text.py
pydocx/openxml/wordprocessing/textbox_content.py
pydocx/test/__init__.py
pydocx/test/document_builder.py
pydocx/test/testcases.py
pydocx/test/utils.py
pydocx/util/__init__.py
pydocx/util/memoize.py
pydocx/util/uri.py
pydocx/util/xml.py
pydocx/util/zip.py
tests/__init__.py
tests/test_main.py
tests/test_models.py
tests/test_packaging.py
tests/export/__init__.py
tests/export/test_docx.py
tests/export/test_numbering_span.py
tests/export/test_xml.py
tests/export/html/__init__.py
tests/export/html/test_direct_formatting_bold_property.py
tests/export/html/test_drawing_graphic_blip.py
tests/export/html/test_field_code.py
tests/export/html/test_footnote.py
tests/export/html/test_heading.py
tests/export/html/test_hyperlink.py
tests/export/html/test_markup_compatibility.py
tests/export/html/test_numbering.py
tests/export/html/test_overrides.py
tests/export/html/test_page_break.py
tests/export/html/test_paragraph.py
tests/export/html/test_property_hierarchy.py
tests/export/html/test_rect.py
tests/export/html/test_simple_field.py
tests/export/html/test_style_based_on.py
tests/export/html/test_tables.py
tests/export/html/test_textbox.py
tests/export/html/test_xml_vulnerabilities.py
tests/export/mixins/__init__.py
tests/export/mixins/test_faked_superscript_and_subscript.py
tests/failures/.placeholder
tests/failures/AvailableInlineTags.html
tests/failures/DeeplyNestedTableTestCase.html
tests/failures/DeleteTagInList.html
tests/failures/ImageLocal.html
tests/failures/ImageTestCase.html
tests/failures/InsertTagInList.html
tests/failures/InvalidIlvlOrderTestCase.html
tests/failures/LargeCellTestCase.html
tests/failures/ListWithContinuationTestCase.html
tests/failures/ListWithMultipleContinuationTestCase.html
tests/failures/MangledIlvlTestCase.html
tests/failures/MissingIlvl.html
tests/failures/MultipleNestedListTestCase.html
tests/failures/NestedListTestCase.html
tests/failures/NestedTableTag.html
tests/failures/NonStandardTextTagsTestCase.html
tests/failures/RTagWithNoText.html
tests/failures/RectTestCase.html
tests/failures/RowSpanTestCase.html
tests/failures/SDTTestCase.html
tests/failures/SameNumIdInTable.html
tests/failures/SeperateListsTestCase.html
tests/failures/SimpleListTestCase.html
tests/failures/SimpleTableTest.html
tests/failures/SingleListItem.html
tests/failures/SingleListItemTestCase.html
tests/failures/SmartTagInList.html
tests/failures/SuperAndSubScripts.html
tests/failures/TableTag.html
tests/failures/TableWithInvalidTag.html
tests/failures/TableWithListAndParagraph.html
tests/fixtures/all_configured_styles.docx
tests/fixtures/all_configured_styles.html
tests/fixtures/attachment_is_tiff.docx
tests/fixtures/bigger_font_size_to_header.docx
tests/fixtures/convert_p_to_h.docx
tests/fixtures/export_from_googledocs.docx
tests/fixtures/export_from_googledocs.html
tests/fixtures/external_image.docx
tests/fixtures/external_image.html
tests/fixtures/fake_headings_by_length.docx
tests/fixtures/fake_subscript.docx
tests/fixtures/fake_subscript.html
tests/fixtures/fake_superscript.docx
tests/fixtures/fake_superscript.html
tests/fixtures/greek_alphabet.docx
tests/fixtures/has_image.docx
tests/fixtures/has_missing_image.docx
tests/fixtures/has_missing_image.html
tests/fixtures/has_title.docx
tests/fixtures/has_title.html
tests/fixtures/headers_with_full_line_styles.docx
tests/fixtures/image_data_inside_object_tag.docx
tests/fixtures/include_tabs.docx
tests/fixtures/include_tabs.html
tests/fixtures/inline_tags.docx
tests/fixtures/inline_tags.html
tests/fixtures/justification.docx
tests/fixtures/justification.html
tests/fixtures/list_in_table.docx
tests/fixtures/list_in_table.html
tests/fixtures/lists_with_styles.docx
tests/fixtures/lists_with_styles.html
tests/fixtures/missing_numbering.docx
tests/fixtures/missing_numbering.html
tests/fixtures/missing_relationships.docx
tests/fixtures/missing_style.docx
tests/fixtures/missing_style.html
tests/fixtures/nested_lists.docx
tests/fixtures/nested_lists.html
tests/fixtures/nested_table_rowspan.docx
tests/fixtures/nested_table_rowspan.html
tests/fixtures/nested_tables.docx
tests/fixtures/nested_tables.html
tests/fixtures/no_break_hyphen.docx
tests/fixtures/no_break_hyphen.html
tests/fixtures/read_same_image_multiple_times.docx
tests/fixtures/read_same_image_multiple_times.html
tests/fixtures/resized_image.docx
tests/fixtures/rotate_image.docx
tests/fixtures/rotate_image.html
tests/fixtures/shift_enter.docx
tests/fixtures/shift_enter.html
tests/fixtures/simple.docx
tests/fixtures/simple.html
tests/fixtures/simple_lists.docx
tests/fixtures/simple_lists.html
tests/fixtures/simple_table.docx
tests/fixtures/simple_table.html
tests/fixtures/special_chars.docx
tests/fixtures/special_chars.html
tests/fixtures/styled_bolding.docx
tests/fixtures/styled_bolding.html
tests/fixtures/styled_color.docx
tests/fixtures/styled_color.html
tests/fixtures/super_and_subscript.docx
tests/fixtures/super_and_subscript.html
tests/fixtures/table_col_row_span.docx
tests/fixtures/table_col_row_span.html
tests/fixtures/table_with_multi_rowspan.docx
tests/fixtures/table_with_multi_rowspan.html
tests/fixtures/tables_in_lists.docx
tests/fixtures/tables_in_lists.html
tests/fixtures/textbox.docx
tests/fixtures/textbox.html
tests/fixtures/track_changes_on.docx
tests/fixtures/track_changes_on.html
tests/fixtures/upper_alpha_all_bold.docx
tests/openxml/__init__.py
tests/openxml/packaging/__init__.py
tests/openxml/packaging/test_footnotes_part.py
tests/openxml/packaging/test_main_document_part.py
tests/openxml/packaging/test_numbering_definitions_part.py
tests/openxml/packaging/test_word_processing_document.py
tests/openxml/vml/test_shape.py
tests/openxml/wordprocessing/__init__.py
tests/openxml/wordprocessing/test_abstract_num.py
tests/openxml/wordprocessing/test_body.py
tests/openxml/wordprocessing/test_hyperlink.py
tests/openxml/wordprocessing/test_level.py
tests/openxml/wordprocessing/test_level_override.py
tests/openxml/wordprocessing/test_numbering.py
tests/openxml/wordprocessing/test_numbering_instance.py
tests/openxml/wordprocessing/test_numbering_properties.py
tests/openxml/wordprocessing/test_paragraph.py
tests/openxml/wordprocessing/test_paragraph_properties.py
tests/openxml/wordprocessing/test_run.py
tests/openxml/wordprocessing/test_run_properties.py
tests/openxml/wordprocessing/test_style.py
tests/openxml/wordprocessing/test_styles.py
tests/templates/base.xml
tests/templates/drawing.xml
tests/templates/hyperlink.xml
tests/templates/insert.xml
tests/templates/linebreak.xml
tests/templates/numbering.xml
tests/templates/p.xml
tests/templates/pict.xml
tests/templates/r.xml
tests/templates/rect.xml
tests/templates/rpr.xml
tests/templates/sdt.xml
tests/templates/sectPr.xml
tests/templates/smart_tag.xml
tests/templates/style.xml
tests/templates/styles.xml
tests/templates/t.xml
tests/templates/table.xml
tests/templates/tc.xml
tests/templates/text_delete.xml
tests/templates/tr.xml
tests/util/__init__.py
tests/util/test_xml.py
tests/util/test_zip.py