kedro.framework.cli.starters.KedroStarterSpec¶
-
class
kedro.framework.cli.starters.
KedroStarterSpec
(alias, template_path, directory=None)[source]¶ 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:Optional
[str
] :param directory: optional directory inside the repository where the starter resides. :param origin: reserved field used by kedro internally to determine where the starter :param comes from: :param users do not need to provide this field.:Attributes
Methods
-
alias
¶
-
directory
¶
-
origin
¶
-
template_path
¶
-