skbio.io
skbio.sequence
skbio.alignment
skbio.tree
skbio.workflow
skbio.diversity
skbio.stats
skbio.metadata
skbio.util
IORegistry.
get_reader
Locate the reader for a format and class.
State: Stable as of 0.4.0.
format_name : str
The name of the format to lookup.
cls : type or None
The class which the reader will return an instance of. If cls is None, the reader will return a generator. Default is None.
function or None
The reader associated with format_name and cls