spool

module of dascore.core source

Module for spools, containers of patches.

Functions

Name Description
spool Load a spool from some data source.
spool_from_patch Get a spool from a single patch.
spool_from_patch_list Return a spool from a sequence of patches.
spool_from_spool Return a spool from a spool.
spool_from_str Get a spool from a path.

Classes

Name Description
BaseSpool Spool Abstract Base Class (ABC) for defining Spool interface.
DataFrameSpool An abstract class for spools whose contents are managed by a dataframe.
MemorySpool A Spool for storing patches in memory.