CHANGELOG.md
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
RELEASE_REPORT.md
SECURITY.md
THIRD_PARTY_NOTICES.md
pyproject.toml
docs/ALGORITHM_CONTRACT.md
docs/FORMATS.md
docs/MODEL_CARD.md
docs/RELEASE_CHECKLIST.md
examples/basic_usage.py
scripts/audit_anonymity.py
scripts/normalize_sdist.py
scripts/verify_distribution.py
scripts/verify_reference_parity.py
scripts/verify_release_tag.py
src/witnesscell/__init__.py
src/witnesscell/__main__.py
src/witnesscell/_version.py
src/witnesscell/cli.py
src/witnesscell/core.py
src/witnesscell/data.py
src/witnesscell/exceptions.py
src/witnesscell/model.py
src/witnesscell/py.typed
src/witnesscell/risk.py
src/witnesscell/selective.py
src/witnesscell/serialization.py
src/witnesscell.egg-info/PKG-INFO
src/witnesscell.egg-info/SOURCES.txt
src/witnesscell.egg-info/dependency_links.txt
src/witnesscell.egg-info/entry_points.txt
src/witnesscell.egg-info/requires.txt
src/witnesscell.egg-info/top_level.txt
src/witnesscell/adapters/__init__.py
src/witnesscell/adapters/anndata.py
tests/__init__.py
tests/_fixture.py
tests/test_cli.py
tests/test_core_contract.py
tests/test_data_and_adapter.py
tests/test_golden_contract.py
tests/test_hardening.py
tests/test_model.py
tests/test_risk.py
tests/test_selective.py
tests/test_serialization.py
tests/test_serialization_security.py