Execution ================== You can execute a verification pipeline via a Python interface, or via the Command-Line. When running from Python, an OutputDataset object is returned. .. tab-set:: .. tab-item:: Python .. code-block:: python from dpyverification import run_pipeline from pathlib import Path path_to_config = ("./config.yaml") output_dataset = run_pipeline((path_to_config, "yaml")) .. tab-item:: Command Line .. code-block:: bash dpyverification run --config ./config.yaml