CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
src/doc2docx/__init__.py
src/doc2docx/__main__.py
src/doc2docx/cli.py
src/doc2docx/converter.py
src/doc2docx/diagnostics.py
src/doc2docx/errors.py
src/doc2docx/oleps.py
src/doc2docx/binary/__init__.py
src/doc2docx/binary/reader.py
src/doc2docx/cfb/__init__.py
src/doc2docx/cfb/constants.py
src/doc2docx/cfb/container.py
src/doc2docx/cfb/directory.py
src/doc2docx/cfb/header.py
src/doc2docx/cfb/writer.py
src/doc2docx/model/__init__.py
src/doc2docx/model/document.py
src/doc2docx/msdoc/__init__.py
src/doc2docx/msdoc/bookmarks.py
src/doc2docx/msdoc/comments.py
src/doc2docx/msdoc/document_properties.py
src/doc2docx/msdoc/encryption.py
src/doc2docx/msdoc/endnotes.py
src/doc2docx/msdoc/fib.py
src/doc2docx/msdoc/fields.py
src/doc2docx/msdoc/floating_pictures.py
src/doc2docx/msdoc/floating_shapes.py
src/doc2docx/msdoc/fonts.py
src/doc2docx/msdoc/footnotes.py
src/doc2docx/msdoc/formatting.py
src/doc2docx/msdoc/header_textboxes.py
src/doc2docx/msdoc/headers.py
src/doc2docx/msdoc/notes.py
src/doc2docx/msdoc/number_formats.py
src/doc2docx/msdoc/numbering.py
src/doc2docx/msdoc/objects.py
src/doc2docx/msdoc/officeart.py
src/doc2docx/msdoc/pictures.py
src/doc2docx/msdoc/pieces.py
src/doc2docx/msdoc/sections.py
src/doc2docx/msdoc/sprm.py
src/doc2docx/msdoc/styles.py
src/doc2docx/ooxml/__init__.py
src/doc2docx/ooxml/package.py
src/msdoc2docx.egg-info/PKG-INFO
src/msdoc2docx.egg-info/SOURCES.txt
src/msdoc2docx.egg-info/dependency_links.txt
src/msdoc2docx.egg-info/entry_points.txt
src/msdoc2docx.egg-info/top_level.txt
tests/test_binary.py
tests/test_bookmarks.py
tests/test_cfb.py
tests/test_cli.py
tests/test_comments.py
tests/test_conversion.py
tests/test_core_properties.py
tests/test_fields.py
tests/test_floating_pictures.py
tests/test_floating_shapes.py
tests/test_fonts_styles.py
tests/test_footnotes.py
tests/test_headers.py
tests/test_model.py
tests/test_numbering.py
tests/test_objects.py
tests/test_officeart.py
tests/test_pictures.py
tests/test_pieces.py
tests/test_sections.py
tests/test_sprm.py
tests/test_tables.py