kedro.framework.cli.starters

Description

kedro is a CLI for managing Kedro projects.

This module implements commands available from the kedro CLI for creating projects.

Classes

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

Specification of custom kedro starter template :type alias: str :param alias: alias of the starter which shows up on kedro starter list and is used :param by the starter argument of kedro new: :type template_path: str :param template_path: path to a directory or a URL to a remote VCS repository supported :param by cookiecutter: :type directory: str | None :param directory: optional directory inside the repository where the starter resides.