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/convert.py
crunch/custom.py
crunch/downloader.py
crunch/ensure.py
crunch/inline.py
crunch/library.py
crunch/meta.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/domain/__init__.py
crunch/api/domain/check.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/checker/__init__.py
crunch/checker/checker.py
crunch/checker/functions.py
crunch/command/__init__.py
crunch/command/convert.py
crunch/command/download.py
crunch/command/init.py
crunch/command/push.py
crunch/command/push_prediction.py
crunch/command/quickstarter.py
crunch/command/setup.py
crunch/command/test.py
crunch/command/update_token.py
crunch/external/__init__.py
crunch/external/gitignorefile.py
crunch/external/humanfriendly.py
crunch/external/inflection.py
crunch/external/sseclient.py
crunch/runner/__init__.py
crunch/runner/cloud.py
crunch/runner/cloud_executor.py
crunch/runner/collector.py
crunch/runner/local.py
crunch/runner/runner.py
crunch/runner/shared.py
crunch/runner/unstructured.py
crunch/scoring/__init__.py
crunch/scoring/reducers.py
crunch/scoring/score.py
crunch/scoring/scorers.py
crunch/scoring/_format/__init__.py
crunch/scoring/_format/dag.py
crunch/scoring/_format/stream.py
crunch/scoring/_format/timeseries.py
crunch/unstructured/__init__.py
crunch/unstructured/cli.py
crunch/unstructured/code_loader.py
crunch/unstructured/execute.py
crunch/unstructured/file.py
crunch/unstructured/utils.py
crunch/unstructured/module/__init__.py
crunch/unstructured/module/leaderboard.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_convert.py
tests/test_meta.py
tests/test_utils.py