LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
config/default_rules.yaml
config/llm_config.yaml
src/__init__.py
src/cli/__init__.py
src/cli/main.py
src/core/__init__.py
src/core/config_loader.py
src/core/exceptions.py
src/core/models.py
src/core/drawio/__init__.py
src/core/drawio/converter.py
src/core/engines/__init__.py
src/core/engines/docx/__init__.py
src/core/engines/docx/engine.py
src/core/engines/pptx/__init__.py
src/core/engines/pptx/engine.py
src/core/engines/xlsx/__init__.py
src/core/engines/xlsx/engine.py
src/core/llm/__init__.py
src/core/llm/base.py
src/core/llm/normalizer.py
src/core/llm/providers.py
src/core/llm/runtime_config.py
src/core/parser/__init__.py
src/core/parser/preprocessor.py
src/core/planner/__init__.py
src/core/planner/content_planner.py
src/core/validation/__init__.py
src/core/validation/validator.py
src/data/__init__.py
src/data/config/default_rules.yaml
src/data/config/llm_config.yaml
src/data/templates/generic-document.docx
src/data/templates/generic-slides.pptx
src/web/__init__.py
src/web/app.py
templates/generic-document.docx
templates/generic-slides.pptx
tests/test_batch.py
tests/test_config_loader.py
tests/test_docx_engine.py
tests/test_drawio.py
tests/test_llm_runtime_config.py
tests/test_llm_validator.py
tests/test_planner.py
tests/test_pptx_engine.py
tests/test_preprocessor.py
tests/test_robustness.py
tests/test_watch.py
tests/test_web.py
tests/test_xlsx_engine.py
text2officeprocessor.egg-info/PKG-INFO
text2officeprocessor.egg-info/SOURCES.txt
text2officeprocessor.egg-info/dependency_links.txt
text2officeprocessor.egg-info/entry_points.txt
text2officeprocessor.egg-info/requires.txt
text2officeprocessor.egg-info/top_level.txt