pasteur.utils.parser.str_params_to_dict

pasteur.utils.parser.str_params_to_dict#

pasteur.utils.parser.str_params_to_dict(params, locals={})[source]#

Converts a list of format [“a.b.c=5”, “c=b”] to {a: {b: {c:5}}, c: ‘b’}.

Note the number conversion.