context parsers

Summary list of all context parsers in the pypyr estate.

titledescription
pypyr.parser.argskwargsPass args and/or key=value pairs from cli input to the pipeline.
pypyr.parser.dictParse cli key=value pairs into argDict
pypyr.parser.jsonPut json input string from cli arg into context.
pypyr.parser.jsonfilePut json file into context from a cli arg path input.
pypyr.parser.keysBoolean cli switches True if exist.
pypyr.parser.keyvaluepairsPass key-value pairs from cli input args to the pipeline.
pypyr.parser.listPut each cli input arg into a list argList.
pypyr.parser.stringConcatenate all cli input args into single string argString.
pypyr.parser.tomlfileLoad toml file into context from a cli arg path input.
pypyr.parser.yamlfilePut yaml file into context from a cli arg path input.
last updated on .