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 file, return the summary dictionary. |
scan_to_df | Scan a path, return a dataframe of contents. |
write | Write a Patch or Spool to disk. |