scistag.filestag.bundlersΒΆ

Module which defines the helper class of Bundle which can convert a dictionary, list or tuple of objects to a single bytes stream and vice versa for easy inter-process and server data exchange.

scistag.filestag.bundlers.dataframe_bundler

Bundles and unpacks Pandas DataFrames, see Bundle

scistag.filestag.bundlers.numpy_bundler

Bundles and unpacks numpy data, see Bundle