README.md
pyproject.toml
src/trainproof/__init__.py
src/trainproof/__main__.py
src/trainproof/adapters.py
src/trainproof/cli.py
src/trainproof/compare.py
src/trainproof/envcheck.py
src/trainproof/epoch.py
src/trainproof/objective.py
src/trainproof/preflight.py
src/trainproof/report.py
src/trainproof/rules.py
src/trainproof/sarif.py
src/trainproof/tfevents.py
src/trainproof/watch.py
src/trainproof.egg-info/PKG-INFO
src/trainproof.egg-info/SOURCES.txt
src/trainproof.egg-info/dependency_links.txt
src/trainproof.egg-info/entry_points.txt
src/trainproof.egg-info/requires.txt
src/trainproof.egg-info/top_level.txt
src/trainproof/integrations/__init__.py
src/trainproof/integrations/hf.py
src/trainproof/speech/__init__.py
src/trainproof/speech/data.py
src/trainproof/speech/tokenizer.py
tests/test_adapters.py
tests/test_cli_features.py
tests/test_compare.py
tests/test_contracts.py
tests/test_data.py
tests/test_epoch.py
tests/test_golden_gallery.py
tests/test_hf_callback.py
tests/test_hf_objective.py
tests/test_objective.py
tests/test_preflight.py
tests/test_v0111_degenerate.py
tests/test_v013_checks.py
tests/test_v014_tfevents.py
tests/test_v015_envcheck.py
tests/test_v017_discovery.py
tests/test_v080_features.py
tests/test_v090_features.py
tests/test_watch.py