pyproject.toml
src/sdsa/__init__.py
src/sdsa/cli.py
src/sdsa/ingest.py
src/sdsa/main.py
src/sdsa/pipeline.py
src/sdsa/policy_config.py
src/sdsa/preflight.py
src/sdsa/report.py
src/sdsa.egg-info/PKG-INFO
src/sdsa.egg-info/SOURCES.txt
src/sdsa.egg-info/dependency_links.txt
src/sdsa.egg-info/entry_points.txt
src/sdsa.egg-info/requires.txt
src/sdsa.egg-info/top_level.txt
src/sdsa/anonymize/__init__.py
src/sdsa/anonymize/policy.py
src/sdsa/anonymize/primitives.py
src/sdsa/api/__init__.py
src/sdsa/api/routes.py
src/sdsa/core/__init__.py
src/sdsa/core/config.py
src/sdsa/core/logging.py
src/sdsa/core/session.py
src/sdsa/detect/__init__.py
src/sdsa/detect/pii.py
src/sdsa/detect/schema.py
src/sdsa/dp/__init__.py
src/sdsa/dp/accountant.py
src/sdsa/dp/laplace.py
src/sdsa/frontend/app.js
src/sdsa/frontend/index.html
src/sdsa/frontend/style.css
src/sdsa/kanon/__init__.py
src/sdsa/kanon/enforce.py
src/sdsa/validate/__init__.py
src/sdsa/validate/metrics.py
tests/test_anonymize.py
tests/test_api.py
tests/test_cli.py
tests/test_core.py
tests/test_deployment.py
tests/test_detect.py
tests/test_dp.py
tests/test_ingest.py
tests/test_kanon.py
tests/test_pipeline.py
tests/test_policy_config.py
tests/test_preflight.py
tests/test_validate.py