package documentation

Kedro is a framework that makes it easy to build robust and scalable data pipelines by providing uniform project templates, data abstraction, configuration and pipeline assembly.

Package config kedro.config provides functionality for loading Kedro configuration from different file formats.
Package extras kedro.extras provides functionality such as datasets and extensions.
Package framework kedro.framework provides Kedro's framework components
Package io kedro.io provides functionality to read and write to a number of data sets. At core of the library is AbstractDataSet which allows implementation of various ``AbstractDataSet``s.
Package ipython This script creates an IPython extension to load Kedro-related variables in local scope.
Package pipeline kedro.pipeline provides functionality to define and execute data-driven pipelines.
Package runner kedro.runner provides runners that are able to execute Pipeline instances.
Module utils This module provides a set of helper functions being used across different components of kedro package.
Module __main__ Entry point when invoked with python -m kedro.

From __init__.py:

Variable __version__ Undocumented
__version__: str = (source)

Undocumented