scistag.commonΒΆ

scistag.common.cache

Implements the Cache class which allows easy caching data on disk and in memory to minimize repetitive downloads and re-computations.

scistag.common.component

Implements the Component class - the base class for all intelligent components such as Widgets and Slides.

scistag.common.config_stag

scistag.common.configuration

scistag.common.data_cache

Implements the DataCache for intelligent data and computation caching.

scistag.common.dict_helper

Some helpful functions for working with dictionaries

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.

scistag.common.env

Helper functions to handle environment variables and configuration files

scistag.common.essential_data

scistag.common.iter_helper

Helpful functions for working with iterators

scistag.common.list_helper

Defines helper functions for working with lists

scistag.common.mt

Defines a set of common helper functions for threding

scistag.common.test_data

Provides test data