I/O utils (skbio.io.util)

This module provides utility functions to deal with files and I/O in general.

Functions

open(file[, mode, encoding, errors, ...]) Convert input into a filehandle.
open_file(*args, **kwds) Context manager for skbio.io.util.open().
open_files(*args, **kwds) A plural form of open_file().