module documentation

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.

Class ShelveStore Stores the session data on disk using shelve package. This is an example of how to persist data on disk.