scistag.filestag.bundleΒΆ
Helps to bundle a list of common data types such as bytes, dictionaries and numpy arrays in a zip file.
Module attributes
A flag which is attached to a list property if it was originally a tuple and need to be backconverted upon reading. |
|
Additional entry which can be stored in the simple_elements list to further specify details about a simple element if required |
|
Defines the input/output type tuple |
|
Defines the input/output type list |
|
Defines the input/output type dict |
|
Filename of the bundle info within the zip archive |
|
Function definition for plugins which help converting data types of various kinds to bytes. |
|
Helper function for converting data back from bytes to their original type |
Functions
Registers the base types which can be bundled |
Classes
The bundle class is able to store a list, a tuple or a dictionary in a zip file. |
|
Defines a single bundle element |
|
Defines the bundle information |
|
Options for bundling the data |
|
Options for bundling the data |