Overview
kedro.framework ¶
kedro.framework
provides Kedro's framework components
Module | Description |
---|---|
kedro.framework.cli |
Implements commands available from Kedro's CLI. |
kedro.framework.context |
Provides functionality for loading Kedro project context. |
kedro.framework.hooks |
Provides primitives to use hooks to extend KedroContext's behavior. |
kedro.framework.project |
Provides utilities to configure a Kedro project and access its settings. |
kedro.framework.session |
Provides access to KedroSession responsible for project lifecycle. |
kedro.framework.startup |
Provides metadata for a Kedro project. |