varst.utils.parser module#

class varst.utils.parser.Parser#

Bases: object

Parser class that parse arguments from cli

input_file: str = ''#
output_file: str = ''#
parse(argv: Optional[Sequence[str]]) None#

Parse the arguments from argv. Parsed values are updated in the attributes of the parser.

Parameters:

argv – Arguments vector

variables: Dict[str, str] = {}#