.gitignore
.markdownlint.yaml
.pre-commit-config.yaml
.secrets.baseline
CHANGELOG.md
CITATION.cff
LICENSE
Makefile
README.md
_typos.toml
pyproject.toml
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/release.yml
benchmarks/__init__.py
benchmarks/compare_results.py
benchmarks/core_paths.py
docs/api_notes.md
docs/benchmarking.md
docs/blind_period.md
docs/configuration.md
docs/development.md
docs/dimensions.md
examples/credit_scoring.py
examples/des_adapter.py
examples/fraud_detection.py
examples/ieee_cis_demo.py
examples/lending_club_demo.py
src/evidence_sufficiency_calc.egg-info/PKG-INFO
src/evidence_sufficiency_calc.egg-info/SOURCES.txt
src/evidence_sufficiency_calc.egg-info/dependency_links.txt
src/evidence_sufficiency_calc.egg-info/requires.txt
src/evidence_sufficiency_calc.egg-info/top_level.txt
src/sufficiency/__init__.py
src/sufficiency/_dimensions.py
src/sufficiency/_validation.py
src/sufficiency/blind_period.py
src/sufficiency/composite.py
src/sufficiency/config.py
src/sufficiency/gate.py
src/sufficiency/py.typed
src/sufficiency/sequential.py
src/sufficiency/types.py
src/sufficiency/adapters/__init__.py
src/sufficiency/adapters/_des_extract.py
src/sufficiency/adapters/_des_schema.py
src/sufficiency/adapters/des.py
src/sufficiency/adapters/schemas/decision-event.schema.json
src/sufficiency/dimensions/__init__.py
src/sufficiency/dimensions/completeness.py
src/sufficiency/dimensions/freshness.py
src/sufficiency/dimensions/reliability.py
src/sufficiency/dimensions/representativeness.py
src/sufficiency/experimental/__init__.py
src/sufficiency/experimental/evalue.py
src/sufficiency/experimental/monitoring.py
tests/__init__.py
tests/conftest.py
tests/fixtures/__init__.py
tests/fixtures/des/cloudflare-2025.json
tests/fixtures/des/knight-capital-2012.json
tests/integration/__init__.py
tests/integration/test_blind_period.py
tests/integration/test_des_pipeline.py
tests/integration/test_scoring.py
tests/unit/__init__.py
tests/unit/test_benchmark_compare.py
tests/unit/test_blind_period.py
tests/unit/test_completeness.py
tests/unit/test_composite.py
tests/unit/test_config.py
tests/unit/test_des_adapter.py
tests/unit/test_des_schema_pin.py
tests/unit/test_freshness.py
tests/unit/test_gate.py
tests/unit/test_package_api.py
tests/unit/test_property_based.py
tests/unit/test_reliability.py
tests/unit/test_representativeness.py
tests/unit/test_sequential.py
tests/unit/test_types.py