module documentation

This module implements Kedro session responsible for project lifecycle.

Exception KedroSessionError KedroSessionError raised by KedroSession in the case that multiple runs are attempted in one session.
Function _describe_git Undocumented
Function _jsonify_cli_context Undocumented
def _describe_git(project_path: Path) -> Dict[str, Dict[str, Any]]: (source)

Undocumented

def _jsonify_cli_context(ctx: click.core.Context) -> Dict[str, Any]: (source)

Undocumented