io.io_yaml — Super Simple YAML Reader

The io.io_yaml module wraps the yaml library and provides a super simple reader.

New in version 0.1.0.

plio.io.io_yaml.read_yaml(inputfile)[source]

Read the input yaml file into a python dictionary

Parameters

inputfile (str) – PATH to the file on disk

Returns

ydict – YAML file parsed to a Python dict

Return type

dict