phileas.parsing#
This module allows to parse configuration files, which use a modified YAML
syntax, to data and iteration trees, as defined in the
iteration module. In particular, it defines the
supported custom YAML types.
Module Attributes
Numeric type of the Range |
Functions
Parses a YAML configuration file (from its path or its content) into a data tree. |
|
Parses a YAML configuration file (from its path or its content) into an iteration tree. |
|
|
Classes
|
Cartesian product node, see |
|
Configurations container. |
|
|
|
Pick node, whose iteration alternatively returns a single of its children. |
|
|
|
|
|
Range of numbers, that can optionally (but usually will) specify an iteration method. |
|
|
|
Shuffle node, whose iteration returns a permutation of its only child. |
|
|
|
Union node, see |
|