The article explains an alternative approach to Makefile, based on YAML, a structured and human-readable configuration format ...
As this example demonstrates, a dictionary is created in Python by using curly braces, with key-value combinations separated ...
when attempting to create a dictionary with a kwargs key, the kwargs dict gets flattened into the toplevel dict, i.e. {'kwargs': { $foo }, $bar } becomes { $foo, $bar ...