LICENSE
README.md
pyproject.toml
setup.py
src/catslap/__init__.py
src/catslap/catslap.py
src/catslap.egg-info/PKG-INFO
src/catslap.egg-info/SOURCES.txt
src/catslap.egg-info/dependency_links.txt
src/catslap.egg-info/not-zip-safe
src/catslap.egg-info/requires.txt
src/catslap.egg-info/top_level.txt
src/catslap/base/__init__.py
src/catslap/base/document.py
src/catslap/base/relationships.py
src/catslap/base/types.py
src/catslap/base/utils.py
src/catslap/docx/__init__.py
src/catslap/docx/document.py
src/catslap/docx/elements.py
src/catslap/docx/numbering.py
src/catslap/docx/processor.py
src/catslap/docx/styles.py
src/catslap/docx/word_tags.py
src/catslap/html/__init__.py
src/catslap/html/document.py
src/catslap/pptx/__init__.py
src/catslap/pptx/document.py
src/catslap/pptx/elements.py
src/catslap/utils/__init__.py
src/catslap/utils/dotdict.py
src/catslap/utils/encoding.py
src/catslap/utils/file.py
src/catslap/utils/html.py
src/catslap/utils/sentence.py
src/catslap/utils/soffice.py
src/catslap/utils/text.py
src/catslap/utils/types.py
src/catslap/utils/utils.py
src/catslap/utils/xml.py
src/catslap/utils/zip.py
src/catslap/xlsx/__init__.py
src/catslap/xlsx/document.py
src/catslap/xlsx/sharedstrings.py