FiberIO

class of dascore.io.core source

FiberIO()

An interface which adds support for a given filer format.

This class should be subclassed when adding support for new formats.

Methods

Name Description
get_format Return a tuple of (format_name, version_numbers).
read Load data from a path.
scan Returns a list of summary info for patches contained in file.
write Write the spool to a resource (eg path, stream, etc.).