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 a YAML file. |
|
Write text to a file. |
|
Write text to standard error of the console. |