LICENSE
README.md
pyproject.toml
dxpars/__init__.py
dxpars/document.py
dxpars.egg-info/PKG-INFO
dxpars.egg-info/SOURCES.txt
dxpars.egg-info/dependency_links.txt
dxpars.egg-info/top_level.txt
dxpars/base/__init__.py
dxpars/base/base_objects.py
dxpars/docx_objects/__init__.py
dxpars/docx_objects/body.py
dxpars/docx_objects/paragraph.py
dxpars/docx_objects/table.py
dxpars/format/__init__.py
dxpars/format/paragraph.py
dxpars/format/table.py
tests/test_document.py
tests/test_paragraph.py
tests/test_table.py