USGSCSM
U.S. flag

An official website of the United States government

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Secure .gov websites use HTTPS
A lock ( ) or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.

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