yaml
Module to interact with yaml strings.
This module contains functions to convert dicts to yaml strings and yaml strings to dicts.
dump_yaml ¶
Dump dictionary as yaml.
Parameters:
-
dictionary
(
typing.Dict
) –Dictionary to dump.
Returns:
-
str
–String containing yaml with dictionary content.