.gitignore
CHANGELOG.md
FRAMEWORK_SELECTION_GUIDE.md
IMPLEMENTATION_SUMMARY.md
LICENSE
MANIFEST.in
README.md
lint.sh
pyproject.toml
requirements.txt
setup.py
.pytest_cache/README.md
examples/basic_analysis.py
examples/enhanced_analysis.py
src/__init__.py
src/unified_interface.py
src/core/__init__.py
src/core/analyzer.py
src/core/chunking.py
src/document_analysis_framework.egg-info/PKG-INFO
src/document_analysis_framework.egg-info/SOURCES.txt
src/document_analysis_framework.egg-info/dependency_links.txt
src/document_analysis_framework.egg-info/not-zip-safe
src/document_analysis_framework.egg-info/requires.txt
src/document_analysis_framework.egg-info/top_level.txt
src/handlers/HANDLER_IMPLEMENTATION_CHECKLIST.md
src/handlers/__init__.py
src/handlers/api_definition_handlers.py
src/handlers/api_documentation_handlers.py
src/handlers/automation_handlers.py
src/handlers/code_handlers.py
src/handlers/code_handlers_extended.py
src/handlers/config_handlers.py
src/handlers/config_handlers_extended.py
src/handlers/container_orchestration_handlers.py
src/handlers/kubernetes_handlers.py
src/handlers/notebook_ci_handlers.py
src/handlers/python_package_handlers.py
src/handlers/scientific_code_handlers.py
src/handlers/text_handlers.py
src/handlers/text_handlers_extended.py
src/handlers/web_component_handlers.py
src/handlers/web_style_handlers.py
src/utils/__init__.py
src/utils/file_utils.py