README.md
crunch-monkeypatch.pth
setup.py
crunch/__init__.py
crunch/__main__.py
crunch/__version__.py
crunch/cli.py
crunch/constants.py
crunch/container.py
crunch/downloader.py
crunch/inline.py
crunch/library.py
crunch/monkey_patches.py
crunch/store.py
crunch/tester.py
crunch/utils.py
crunch/api/__init__.py
crunch/api/_auth.py
crunch/api/_client.py
crunch/api/_errors.py
crunch/api/_identifiers.py
crunch/api/_pagination.py
crunch/api/_resource.py
crunch/api/_types.py
crunch/api/_domain/__init__.py
crunch/api/_domain/common.py
crunch/api/_domain/competition.py
crunch/api/_domain/crunch.py
crunch/api/_domain/data_release.py
crunch/api/_domain/enum_.py
crunch/api/_domain/leaderboard.py
crunch/api/_domain/library.py
crunch/api/_domain/metric.py
crunch/api/_domain/phase.py
crunch/api/_domain/prediction.py
crunch/api/_domain/project.py
crunch/api/_domain/quickstarter.py
crunch/api/_domain/round.py
crunch/api/_domain/run.py
crunch/api/_domain/runner.py
crunch/api/_domain/score.py
crunch/api/_domain/submission.py
crunch/api/_domain/submission_file.py
crunch/api/_domain/target.py
crunch/api/_domain/upload.py
crunch/api/_domain/user.py
crunch/command/__init__.py
crunch/command/convert.py
crunch/command/download.py
crunch/command/init.py
crunch/command/push.py
crunch/command/quickstarter.py
crunch/command/setup.py
crunch/command/test.py
crunch/command/update_token.py
crunch/dev/__init__.py
crunch/dev/cli.py
crunch/dev/phala.py
crunch/external/__init__.py
crunch/external/gitignorefile.py
crunch/external/humanfriendly.py
crunch/external/inflection.py
crunch/runner/__init__.py
crunch/runner/cloud.py
crunch/runner/cloud_executor.py
crunch/runner/local.py
crunch/runner/runner.py
crunch/runner/types.py
crunch/runner/unstructured.py
crunch/unstructured/__init__.py
crunch/unstructured/_code_loader.py
crunch/unstructured/_execute.py
crunch/unstructured/_file.py
crunch/unstructured/cli.py
crunch/unstructured/utils.py
crunch/unstructured/_module/__init__.py
crunch/unstructured/_module/leaderboard.py
crunch/unstructured/_module/reward.py
crunch/unstructured/_module/runner.py
crunch/unstructured/_module/scoring.py
crunch/unstructured/_module/submission.py
crunch_cli.egg-info/PKG-INFO
crunch_cli.egg-info/SOURCES.txt
crunch_cli.egg-info/dependency_links.txt
crunch_cli.egg-info/entry_points.txt
crunch_cli.egg-info/not-zip-safe
crunch_cli.egg-info/requires.txt
crunch_cli.egg-info/top_level.txt
tests/test_container.py
tests/test_utils.py