AUTHORS.md
CHANGELOG.md
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
GOVERNANCE.md
LICENSE
MANIFEST.in
QUALITY_REPORT.md
README.md
RELEASE_CHECKLIST.md
SECURITY.md
mkdocs.yml
pyproject.toml
.github/workflows/ci.yml
.github/workflows/codeql.yml
.github/workflows/docs.yml
.github/workflows/publish-pypi.yml
benchmarks/baseline_1_0.json
benchmarks/benchmark_inspection.py
benchmarks/benchmark_release.py
docs/API_REFERENCE.md
docs/ARCHITECTURE.md
docs/BENCHMARKING.md
docs/CLI.md
docs/CONFIGURATION.md
docs/INSTALLATION.md
docs/MIGRATION_FROM_DATAGUIDEPY.md
docs/PUBLIC_API.md
docs/QUICKSTART.md
docs/RESEARCH_READINESS.md
docs/SECURITY_AND_PRIVACY.md
docs/index.md
examples/axiombraid.example.yaml
examples/quick_start.py
examples/students.csv
examples/test_audit_and_drift_history.py
examples/test_batch_analysis.py
examples/test_chart_export.py
examples/test_cleaning_plan.py
examples/test_column_quality.py
examples/test_config_file.py
examples/test_date_like_text.py
examples/test_fingerprint.py
examples/test_functional_api.py
examples/test_html_export.py
examples/test_json_export.py
examples/test_leakage.py
examples/test_numeric_ranges.py
examples/test_outliers.py
examples/test_performance_mode.py
examples/test_plugin_hook.py
examples/test_report_themes.py
examples/test_roman_urdu.py
examples/test_safe_cleaning.py
examples/test_schema_and_drift.py
examples/test_stable_api.py
examples/test_streaming.py
examples/test_undo.py
examples/test_validation_contract.py
src/axiombraid/__init__.py
src/axiombraid/__main__.py
src/axiombraid/api.py
src/axiombraid/batch.py
src/axiombraid/cache.py
src/axiombraid/cleaning.py
src/axiombraid/cli.py
src/axiombraid/comparison.py
src/axiombraid/config.py
src/axiombraid/diagnostics.py
src/axiombraid/governance.py
src/axiombraid/inspector.py
src/axiombraid/performance.py
src/axiombraid/plugins.py
src/axiombraid/py.typed
src/axiombraid/streaming.py
src/axiombraid/themes.py
src/axiombraid/validation.py
src/axiombraid.egg-info/PKG-INFO
src/axiombraid.egg-info/SOURCES.txt
src/axiombraid.egg-info/dependency_links.txt
src/axiombraid.egg-info/entry_points.txt
src/axiombraid.egg-info/requires.txt
src/axiombraid.egg-info/top_level.txt
tests/test_inspector.py
tests/test_v08.py
tests/test_v09.py
tests/test_v10.py