README.md
pyproject.toml
src/docx_comments_to_text/__init__.py
src/docx_comments_to_text/cli.py
src/docx_comments_to_text/docx_parser.py
src/docx_comments_to_text/docx_processor.py
src/docx_comments_to_text/text_formatter.py
src/docx_comments_to_text.egg-info/PKG-INFO
src/docx_comments_to_text.egg-info/SOURCES.txt
src/docx_comments_to_text.egg-info/dependency_links.txt
src/docx_comments_to_text.egg-info/entry_points.txt
src/docx_comments_to_text.egg-info/requires.txt
src/docx_comments_to_text.egg-info/top_level.txt
tests/test_cli.py
tests/test_docx_parser.py
tests/test_newline_preservation.py
tests/test_text_formatter.py