kedro.framework.project

Description

kedro.framework.project module provides utility to configure a Kedro project and access its settings.

Functions

configure_logging(logging_config)

Configure logging according to logging_config dictionary.

configure_project(package_name)

Configure a Kedro project by populating its settings with values defined in user's settings.py and pipeline_registry.py.

find_pipelines()

Automatically find modular pipelines having a create_pipeline function.

validate_settings()

Eagerly validate that the settings module is importable if it exists.