kedro.framework.cli.starters

描述

kedro 是一个用于管理 Kedro 项目的命令行界面工具。

该模块实现了kedro命令行界面(CLI)中用于创建项目的命令。

KedroStarterSpec(alias, template_path[, ...])

自定义kedro启动器模板的规范::type alias: str :param alias: 启动器的别名,会显示在kedro starter list中,并被kedro new的starter参数使用 :type template_path: str :param template_path: 指向目录的路径或远程VCS仓库的URL,支持cookiecutter :type directory: str | None :param directory: 可选项,指定仓库中包含启动器的目录。