LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/python_package.md
examples/audit_restatements.py
examples/classify_only.py
examples/process_labeled_csv.py
examples/process_unlabeled_csv.py
scripts/export_dehatebert_for_hf.py
src/glimo_hsd/__init__.py
src/glimo_hsd/cli.py
src/glimo_hsd/config.py
src/glimo_hsd/io.py
src/glimo_hsd/pipeline.py
src/glimo_hsd/results.py
src/glimo_hsd.egg-info/PKG-INFO
src/glimo_hsd.egg-info/SOURCES.txt
src/glimo_hsd.egg-info/dependency_links.txt
src/glimo_hsd.egg-info/entry_points.txt
src/glimo_hsd.egg-info/requires.txt
src/glimo_hsd.egg-info/top_level.txt
src/glimo_hsd/backends/__init__.py
src/glimo_hsd/backends/local_http.py
src/glimo_hsd/models/__init__.py
src/glimo_hsd/models/dehatebert.py
src/glimo_hsd/models/registry.py
src/glimo_hsd/schemas/__init__.py
src/glimo_hsd/schemas/columns.py
src/glimo_hsd/schemas/manifest.py
src/glimo_hsd/steps/__init__.py
src/glimo_hsd/steps/classify.py
src/glimo_hsd/steps/deviation_audit.py
src/glimo_hsd/steps/final_scrub.py
src/glimo_hsd/steps/pii.py
src/glimo_hsd/steps/restate.py
src/glimo_hsd/steps/token_importance.py
tests/test_cli.py
tests/test_config.py
tests/test_package_boundary.py
tests/test_pipeline.py
tests/test_steps.py
tests/fixtures/sample_5.csv
tests/fixtures/sample_unlabeled.csv