miscset.io¶
File and other stream i/o methods.
Writing to
text files
stderr
or reading from
text files as lines
yaml or json files as dictionaries
csv files as array
or parsing data (dictionary, json/yaml) to and from a Parsable class object made easy!
Classes
|
A class where slots are parsable. |
Functions
|
Read a CSV file. |
|
Read a JSON file. |
|
Read text as lines from a file. |
|
Read TIFF image using tifffile. |
|
Read TIFF metadatad. |
|
Read text as string from a file. |
|
Read an EXCEL table. |
|
Read a YAML file. |
|
Write an object representation to a json file. |
|
Write text to the standard error file stream. |
|
Write text to the standard output file stream. |
|
Write text to a file. |