LICENSE.md
MANIFEST.in
README.md
pyproject.toml
kedro/__init__.py
kedro/__main__.py
kedro/logging.py
kedro/py.typed
kedro/utils.py
kedro.egg-info/PKG-INFO
kedro.egg-info/SOURCES.txt
kedro.egg-info/dependency_links.txt
kedro.egg-info/entry_points.txt
kedro.egg-info/not-zip-safe
kedro.egg-info/requires.txt
kedro.egg-info/top_level.txt
kedro/config/__init__.py
kedro/config/abstract_config.py
kedro/config/omegaconf_config.py
kedro/framework/__init__.py
kedro/framework/startup.py
kedro/framework/cli/__init__.py
kedro/framework/cli/catalog.py
kedro/framework/cli/cli.py
kedro/framework/cli/jupyter.py
kedro/framework/cli/micropkg.py
kedro/framework/cli/pipeline.py
kedro/framework/cli/project.py
kedro/framework/cli/registry.py
kedro/framework/cli/starters.py
kedro/framework/cli/utils.py
kedro/framework/cli/hooks/__init__.py
kedro/framework/cli/hooks/manager.py
kedro/framework/cli/hooks/markers.py
kedro/framework/cli/hooks/specs.py
kedro/framework/context/__init__.py
kedro/framework/context/context.py
kedro/framework/hooks/__init__.py
kedro/framework/hooks/manager.py
kedro/framework/hooks/markers.py
kedro/framework/hooks/specs.py
kedro/framework/project/__init__.py
kedro/framework/project/default_logging.yml
kedro/framework/project/rich_logging.yml
kedro/framework/session/__init__.py
kedro/framework/session/session.py
kedro/framework/session/store.py
kedro/io/__init__.py
kedro/io/cached_dataset.py
kedro/io/catalog_config_resolver.py
kedro/io/core.py
kedro/io/data_catalog.py
kedro/io/kedro_data_catalog.py
kedro/io/lambda_dataset.py
kedro/io/memory_dataset.py
kedro/io/shared_memory_dataset.py
kedro/io/warning_utils.py
kedro/ipython/__init__.py
kedro/ipython/logo-32x32.png
kedro/ipython/logo-64x64.png
kedro/ipython/logo-svg.svg
kedro/pipeline/__init__.py
kedro/pipeline/modular_pipeline.py
kedro/pipeline/node.py
kedro/pipeline/pipeline.py
kedro/pipeline/transcoding.py
kedro/runner/__init__.py
kedro/runner/parallel_runner.py
kedro/runner/runner.py
kedro/runner/sequential_runner.py
kedro/runner/task.py
kedro/runner/thread_runner.py
kedro/templates/pipeline/cookiecutter.json
kedro/templates/pipeline/{{ cookiecutter.pipeline_name }}/__init__.py
kedro/templates/pipeline/{{ cookiecutter.pipeline_name }}/nodes.py
kedro/templates/pipeline/{{ cookiecutter.pipeline_name }}/pipeline.py
kedro/templates/pipeline/{{ cookiecutter.pipeline_name }}/config/parameters_{{ cookiecutter.pipeline_name }}.yml
kedro/templates/pipeline/{{ cookiecutter.pipeline_name }}/tests/__init__.py
kedro/templates/pipeline/{{ cookiecutter.pipeline_name }}/tests/test_pipeline.py
kedro/templates/project/cookiecutter.json
kedro/templates/project/prompts.yml
kedro/templates/project/hooks/post_gen_project.py
kedro/templates/project/hooks/utils.py
kedro/templates/project/{{ cookiecutter.repo_name }}/.gitignore
kedro/templates/project/{{ cookiecutter.repo_name }}/README.md
kedro/templates/project/{{ cookiecutter.repo_name }}/pyproject.toml
kedro/templates/project/{{ cookiecutter.repo_name }}/requirements.txt
kedro/templates/project/{{ cookiecutter.repo_name }}/conf/README.md
kedro/templates/project/{{ cookiecutter.repo_name }}/conf/logging.yml
kedro/templates/project/{{ cookiecutter.repo_name }}/conf/base/catalog.yml
kedro/templates/project/{{ cookiecutter.repo_name }}/conf/base/parameters.yml
kedro/templates/project/{{ cookiecutter.repo_name }}/conf/local/.gitkeep
kedro/templates/project/{{ cookiecutter.repo_name }}/conf/local/credentials.yml
kedro/templates/project/{{ cookiecutter.repo_name }}/data/01_raw/.gitkeep
kedro/templates/project/{{ cookiecutter.repo_name }}/data/02_intermediate/.gitkeep
kedro/templates/project/{{ cookiecutter.repo_name }}/data/03_primary/.gitkeep
kedro/templates/project/{{ cookiecutter.repo_name }}/data/04_feature/.gitkeep
kedro/templates/project/{{ cookiecutter.repo_name }}/data/05_model_input/.gitkeep
kedro/templates/project/{{ cookiecutter.repo_name }}/data/06_models/.gitkeep
kedro/templates/project/{{ cookiecutter.repo_name }}/data/07_model_output/.gitkeep
kedro/templates/project/{{ cookiecutter.repo_name }}/data/08_reporting/.gitkeep
kedro/templates/project/{{ cookiecutter.repo_name }}/docs/source/conf.py
kedro/templates/project/{{ cookiecutter.repo_name }}/docs/source/index.rst
kedro/templates/project/{{ cookiecutter.repo_name }}/notebooks/.gitkeep
kedro/templates/project/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/__init__.py
kedro/templates/project/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/__main__.py
kedro/templates/project/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/pipeline_registry.py
kedro/templates/project/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/settings.py
kedro/templates/project/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/pipelines/__init__.py
kedro/templates/project/{{ cookiecutter.repo_name }}/tests/__init__.py
kedro/templates/project/{{ cookiecutter.repo_name }}/tests/test_run.py
kedro/templates/project/{{ cookiecutter.repo_name }}/tests/pipelines/__init__.py
kedro_benchmarks/__init__.py
kedro_benchmarks/benchmark_datacatalog.py
kedro_benchmarks/benchmark_kedrodatacatalog.py
kedro_benchmarks/benchmark_ocl.py
kedro_benchmarks/benchmark_runner.py
tests/test_import.py
tests/test_utils.py