scistag.common.disk_cacheΒΆ

Implements the class DiskCache which allows you to fast and easy store / dump data such as transformed Pandas dataframes or numpy objects on disk and to quickly restore them afterwards with a simple version management.

Module attributes

BUNDLE_EXTENSION

File extension for a SciStag bundle

Classes

DiskCache

Helper class to persist data such as computation results on disk.