module documentation

kedro is a CLI for managing Kedro projects.

This module implements commands available from the kedro CLI.

Class KedroCLI A CommandCollection class to encapsulate the KedroCLI command loading.
Function cli Kedro is a CLI for creating and using Kedro projects. For more information, type kedro info.
Function docs Display the online API docs and introductory tutorial in the browser. (DEPRECATED)
Function info Get more information about kedro.
Constant LOGO Undocumented
Function _init_plugins Undocumented
@click.group(context_settings=CONTEXT_SETTINGS, name='Kedro')
@click.version_option(version, '--version', '-V', help='Show version and exit')
def cli(): (source)

Kedro is a CLI for creating and using Kedro projects. For more information, type kedro info.

@cli.command(short_help='See the kedro API docs and introductory tutorial.')
def docs(): (source)

Display the online API docs and introductory tutorial in the browser. (DEPRECATED)

@cli.command()
def info(): (source)

Get more information about kedro.

Undocumented

Value
f"""
 _            _
| | _____  __| |_ __ ___
| |/ / _ \\/ _` | '__/ _ \\
|   <  __/ (_| | | | (_) |
|_|\\_\\___|\\__,_|_|  \\___/
v{version}
...
def _init_plugins(): (source)

Undocumented