LICENSE
README.md
pyproject.toml
src/docingestqa/__init__.py
src/docingestqa/__main__.py
src/docingestqa/_version.py
src/docingestqa/auditor.py
src/docingestqa/checks.py
src/docingestqa/config.py
src/docingestqa/exceptions.py
src/docingestqa/models.py
src/docingestqa/readers.py
src/docingestqa/report.py
src/docingestqa/text_utils.py
src/docingestqa.egg-info/PKG-INFO
src/docingestqa.egg-info/SOURCES.txt
src/docingestqa.egg-info/dependency_links.txt
src/docingestqa.egg-info/entry_points.txt
src/docingestqa.egg-info/requires.txt
src/docingestqa.egg-info/top_level.txt
tests/test_auditor_report_demo.py
tests/test_checks.py
tests/test_readers.py