kedro.framework.session.shelvestore

Description

This module implements a dict-like store object used to persist Kedro sessions. This module is separated from store.py to ensure it’s only imported when exported explicitly.

Classes

ShelveStore(path, session_id)

Stores the session data on disk using shelve package.