src.fairreckitlib.core.parsing
This package contains base functionality for parsing configuration files.
Modules:
parse_assert: parse functions in the form of commonly used assertions.
parse_config_object: parse configuration object name and parameters.
parse_config_params: parse configuration parameter(s).
parse_event: event id, event args and a print function for a parse event.
This program has been developed by students from the bachelor Computer Science at Utrecht University within the Software Project course. © Copyright Utrecht University (Department of Information and Computing Sciences)
1"""This package contains base functionality for parsing configuration files. 2 3Modules: 4 5 parse_assert: parse functions in the form of commonly used assertions. 6 parse_config_object: parse configuration object name and parameters. 7 parse_config_params: parse configuration parameter(s). 8 parse_event: event id, event args and a print function for a parse event. 9 10This program has been developed by students from the bachelor Computer Science at 11Utrecht University within the Software Project course. 12© Copyright Utrecht University (Department of Information and Computing Sciences) 13"""