autofile.info

module for working with YAML-style information

autofile.info.object_(inf_dct)

create an information object from a dictionary

autofile.info.string(inf_obj)

write an information object to a YAML string

autofile.info.dict_(inf_obj)

convert an information object back to a dictionary

autofile.info.from_string(inf_str)

read an information object from a YAML string

autofile.info.matches_function_signature(inf_obj, function)

does the information object match this function signature?

class autofile.info.Info(**kwargs)

information container class, implemented as a frozen namespace

(values can change, but you can’t add keys after initialization)

keys_()

keys for this instance