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.
|
|
is_directory_format
|
Return True if a directory is itself one FiberIO scan unit.
|
|
make_scan_payload
|
Build one normalized FiberIO scan payload.
|
|
read
|
Read a fiber file.
|
|
scan
|
Scan a potential patch source, return a list of patch summaries.
|
|
scan_payloads
|
Scan a potential patch source and return full coordinate payloads.
|
|
scan_to_df
|
Scan a path, return a dataframe of contents.
|
|
source_identity
|
Return what a source is: its canonical path, its size and its mtime.
|
|
write
|
Write a Patch or Spool to disk.
|
Classes
|
Name
|
Description
|
|
FiberIO
|
An interface which adds support for a given filer format.
|
|
ScanPayload
|
The structured payload contract returned by FiberIO.scan().
|