whestbench.
CLI

whest package

Package submission artifact.

whest package

Package submission artifact.

whest package [options]
OptionDefaultDescription
--estimatorPath to estimator.py to package into the submission archive.
--classEstimator class name to load from the estimator file (auto-detected if omitted).
--requirements(Deprecated; ignored — has no effect.) The grader installs no third-party packages; files ship by being present in the submission folder.
--submission-metadata(Deprecated; ignored — has no effect.) Files ship by being present in the submission folder.
--approach(Deprecated; ignored — has no effect.) Files ship by being present in the submission folder.
--outputOutput path for the .tar.gz archive (default: submission-<timestamp>.tar.gz in the current directory).
--yes, -ySkip the confirmation prompt (for CI).
--debugShow full Python tracebacks for errors instead of condensed messages.
--formatSelect output format: rich, plain, or json.
--jsonAlias for --format json.

On this page