.editorconfig
.gitignore
.pre-commit-config.yaml
.ruff.toml
CHANGELOG.md
CITATION.cff
LICENSE
README.md
RELEASE_NOTES_v0.1.0.md
RELEASE_NOTES_v0.1.1.md
mypy.ini
pyproject.toml
.github/workflows/ci.yml
.github/workflows/release.yml
examples/quickstart.py
src/skdr_eval/__init__.py
src/skdr_eval/_version.py
src/skdr_eval/core.py
src/skdr_eval/synth.py
src/skdr_eval.egg-info/PKG-INFO
src/skdr_eval.egg-info/SOURCES.txt
src/skdr_eval.egg-info/dependency_links.txt
src/skdr_eval.egg-info/requires.txt
src/skdr_eval.egg-info/top_level.txt
tests/test_api.py
tests/test_design_and_propensity.py
tests/test_dr_sndr_smoke.py