streamobs.utils module

Contents

streamobs.utils module#

Utils for streamobs

streamobs.utils.parse_config(config)[source]#

Parse a yaml formatted file or string into a dict.

Parameters:

config (yaml formatted string or file path)

Return type:

dict