skbio.io.registry.
IORegistry
[source]¶Create a registry of formats and implementations which map to classes.
Built-ins
Return hash(self). |
Methods
|
Add a format to the registry. |
|
A simple factory for creating new file formats. |
|
Locate the reader for a format and class. |
|
Locate the sniffer for a format. |
|
Locate the writer for a format and class. |
|
Return a list of available read formats for a given cls type. |
|
Return a list of available write formats for a given cls type. |
Monkey-patch read and write methods onto registered classes. |
|
|
Read file as format into an object. |
|
Detect the format of a given file and suggest kwargs for reading. |
|
Write obj as format into a file. |