Skip to main content

Module parser

Module parser 

Source
Expand description

YAML and JSON parsers for DPCS documents.

Functionsยง

parse_file
Parse a Pipeline Contract from a file, dispatching on extension.
parse_json
Parse a Pipeline Contract from a JSON string.
parse_json_file
Parse a Pipeline Contract from a JSON file.
parse_yaml
Parse a Pipeline Contract from a YAML string.
parse_yaml_file
Parse a Pipeline Contract from a YAML file.