MANIFEST.in
README.md
pyproject.toml
src/lace/__init__.py
src/lace/__main__.py
src/lace/_version.py
src/lace/bloom_filter.py
src/lace/cli.py
src/lace/cli_simplified.py
src/lace/client.py
src/lace/constants.py
src/lace/monitor.py
src/lace/rsl.py
src/lace/run_tracker.py
src/lace/utils.py
src/lace/validators.py
src/lace/check/__init__.py
src/lace/check/attribution.py
src/lace/check/attribution_sampler.py
src/lace/check/classifier.py
src/lace/check/fingerprint.py
src/lace/check/policy_signals.py
src/lace/check/redact.py
src/lace/check/report.py
src/lace/check/sampler.py
src/lace/check/tui_review.py
src/lace/check/providers/__init__.py
src/lace/check/providers/openai_proxy.py
src/lace/cloud/__init__.py
src/lace/cloud/api.py
src/lace/config/compliance_constants.py
src/lace/config/manager.py
src/lace/preflight/__init__.py
src/lace/preflight/license_detector.py
src/lace/preflight/orchestrator.py
src/lace/preflight/pdf_analyzer.py
src/lace/preflight/pii_detector.py
src/lace/preflight/registry.py
src/lace/preflight/scanner.py
src/lace/preflight/verdict.py
src/lace/regulatory/__init__.py
src/lace/regulatory/scope.py
src/lace/schemas/__init__.py
src/lace/sds/__init__.py
src/lace/sds/aggregate.py
src/lace/sds/eu_answers.py
src/lace/sds/questions.py
src/lace/sds/scanner.py
src/lace/sds/schema.py
src/lace/tests/test_client_normalizer.py
src/lace/tests/test_privacy_guarantees.py
src/lace/wizard/__init__.py
src/lace/wizard/analyzer.py
src/lace/wizard/analyzer_minimal.py
src/lace/wizard/questions.py
src/lace/wizard/questions.yaml
src/lace/wizard/questions_scope.yaml
src/lace/wizard/serializer.py
src/lace/wizard/storage.py
src/lace/wizard/suggest.py
src/lace/wizard/templates.py
src/lace/wizard/schemas/enums.yaml
src/lace/wizard/schemas/eu_training_summary_2025_07.json
src/lace_client.egg-info/PKG-INFO
src/lace_client.egg-info/SOURCES.txt
src/lace_client.egg-info/dependency_links.txt
src/lace_client.egg-info/entry_points.txt
src/lace_client.egg-info/requires.txt
src/lace_client.egg-info/top_level.txt
tests/test_cli_smoke.py