CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
constraints.txt
pyproject.toml
benchmarks/README.md
benchmarks/generation.py
docs/api.md
docs/architecture.md
docs/conf.py
docs/development.md
docs/generation.md
docs/index.md
docs/model.md
docs/publishing.md
docs/requirements.txt
docs/schema.md
examples/evaluate_policy.py
examples/stream_hf.py
examples/train_baseline.py
notebooks/quickstart.ipynb
scripts/check_distribution.py
scripts/run_notebook.py
scripts/update_schema.py
src/thermoshift/__init__.py
src/thermoshift/__main__.py
src/thermoshift/_checks.py
src/thermoshift/_version.py
src/thermoshift/baseline.py
src/thermoshift/cards.py
src/thermoshift/cli.py
src/thermoshift/config.py
src/thermoshift/evaluation.py
src/thermoshift/filesystem.py
src/thermoshift/hub.py
src/thermoshift/lifecycle.py
src/thermoshift/notebook.py
src/thermoshift/provenance.py
src/thermoshift/random.py
src/thermoshift/reading.py
src/thermoshift/schema.py
src/thermoshift/shards.py
src/thermoshift/simulator.py
src/thermoshift/storage.py
src/thermoshift.egg-info/PKG-INFO
src/thermoshift.egg-info/SOURCES.txt
src/thermoshift.egg-info/dependency_links.txt
src/thermoshift.egg-info/entry_points.txt
src/thermoshift.egg-info/requires.txt
src/thermoshift.egg-info/top_level.txt
src/thermoshift/resources/CARD.md
src/thermoshift/resources/DATASHEET.md
src/thermoshift/resources/LICENSE.md
src/thermoshift/validation/__init__.py
src/thermoshift/validation/records.py
tests/test_cli.py
tests/test_evaluation.py
tests/test_failure_handling.py
tests/test_notebook.py
tests/test_publish.py
tests/test_release.py
tests/test_scientific_checks.py
tests/test_simulator.py