config.decode_compressed_yaml#

autoclean.utils.config.decode_compressed_yaml(encoded_str)[source]#

Decode a compressed and encoded YAML string.

Parameters:
encoded_strstr

The compressed and encoded YAML string.

Returns:
yaml_dictdict

The decoded YAML dictionary.