watts.PluginPyARC#
- class watts.PluginPyARC(template_file, executable='PyARC.py', extra_inputs=None, extra_template_inputs=None, show_stdout=False, show_stderr=False)[source]#
Plugin for running PyARC
- Parameters:
template_file (
str) – Templated PyARC inputexecutable (
Union[str,bytes,PathLike]) – Path to PyARC.py scriptextra_inputs (
Optional[List[str]]) – List of extra (non-templated) input files that are neededextra_template_inputs (
Optional[List[Union[str,bytes,PathLike]]]) – Extra templated input filesshow_stdout (
bool) – Whether to display output from stdout when PyARC is runshow_stderr (
bool) – Whether to display output from stderr when PyARC is run
- executable#
Path to PyARC executable
Methods