core
Base functionality for reading, writing, determining file formats, and scanning Das Data.
Functions
| Name | Description |
|---|---|
| get_format | Return the name of the format contained in the file and version number. |
| read | Read a fiber file. |
| scan | Scan a potential patch source, return a list of PatchAttrs. |
| scan_to_df | Scan a path, return a dataframe of contents. |
| write | Write a Patch or Spool to disk. |
Classes
| Name | Description |
|---|---|
| FiberIO | An interface which adds support for a given filer format. |
| PatchFileSummary | The necessary attributes for indexing a fiber file. |