README.md
pyproject.toml
setup.py
scripts/sw-docker-entrypoint
starwhale/__init__.py
starwhale/__main__.py
starwhale/version.py
starwhale.egg-info/PKG-INFO
starwhale.egg-info/SOURCES.txt
starwhale.egg-info/dependency_links.txt
starwhale.egg-info/entry_points.txt
starwhale.egg-info/not-zip-safe
starwhale.egg-info/requires.txt
starwhale.egg-info/top_level.txt
starwhale/api/__init__.py
starwhale/api/dataset.py
starwhale/api/evaluation.py
starwhale/api/job.py
starwhale/api/metric.py
starwhale/api/model.py
starwhale/api/service.py
starwhale/api/_impl/__init__.py
starwhale/api/_impl/data_store.py
starwhale/api/_impl/job.py
starwhale/api/_impl/metric.py
starwhale/api/_impl/model.py
starwhale/api/_impl/service.py
starwhale/api/_impl/wrapper.py
starwhale/api/_impl/dataset/__init__.py
starwhale/api/_impl/dataset/builder.py
starwhale/api/_impl/dataset/loader.py
starwhale/api/_impl/dataset/model.py
starwhale/base/__init__.py
starwhale/base/bundle.py
starwhale/base/bundle_copy.py
starwhale/base/cloud.py
starwhale/base/mixin.py
starwhale/base/package.py
starwhale/base/store.py
starwhale/base/tag.py
starwhale/base/type.py
starwhale/base/uri.py
starwhale/base/view.py
starwhale/base/uricomponents/__init__.py
starwhale/base/uricomponents/exceptions.py
starwhale/base/uricomponents/instance.py
starwhale/base/uricomponents/project.py
starwhale/base/uricomponents/resource.py
starwhale/cli/__init__.py
starwhale/cli/completion.py
starwhale/cli/mngt.py
starwhale/cli/board/__init__.py
starwhale/cli/board/board.py
starwhale/cli/board/project_tree.py
starwhale/cli/board/widgets.py
starwhale/consts/__init__.py
starwhale/consts/env.py
starwhale/core/__init__.py
starwhale/core/dataset/__init__.py
starwhale/core/dataset/cli.py
starwhale/core/dataset/copy.py
starwhale/core/dataset/model.py
starwhale/core/dataset/store.py
starwhale/core/dataset/tabular.py
starwhale/core/dataset/type.py
starwhale/core/dataset/view.py
starwhale/core/eval/__init__.py
starwhale/core/eval/cli.py
starwhale/core/eval/executor.py
starwhale/core/eval/model.py
starwhale/core/eval/store.py
starwhale/core/eval/view.py
starwhale/core/instance/__init__.py
starwhale/core/instance/cli.py
starwhale/core/instance/model.py
starwhale/core/instance/view.py
starwhale/core/job/__init__.py
starwhale/core/job/dag.py
starwhale/core/job/model.py
starwhale/core/job/scheduler.py
starwhale/core/model/__init__.py
starwhale/core/model/cli.py
starwhale/core/model/copy.py
starwhale/core/model/default_handler.py
starwhale/core/model/model.py
starwhale/core/model/store.py
starwhale/core/model/view.py
starwhale/core/project/__init__.py
starwhale/core/project/cli.py
starwhale/core/project/model.py
starwhale/core/project/view.py
starwhale/core/runtime/__init__.py
starwhale/core/runtime/cli.py
starwhale/core/runtime/model.py
starwhale/core/runtime/process.py
starwhale/core/runtime/store.py
starwhale/core/runtime/view.py
starwhale/integrations/__init__.py
starwhale/integrations/pytorch/__init__.py
starwhale/integrations/pytorch/common.py
starwhale/integrations/pytorch/dataset.py
starwhale/integrations/tensorflow/__init__.py
starwhale/integrations/tensorflow/dataset.py
starwhale/mngt/__init__.py
starwhale/utils/__init__.py
starwhale/utils/cli.py
starwhale/utils/config.py
starwhale/utils/debug.py
starwhale/utils/docker.py
starwhale/utils/error.py
starwhale/utils/flatten.py
starwhale/utils/fs.py
starwhale/utils/http.py
starwhale/utils/load.py
starwhale/utils/log.py
starwhale/utils/process.py
starwhale/utils/progress.py
starwhale/utils/retry.py
starwhale/utils/venv.py
starwhale/utils/venv_pack.py