hpcflow.sdk.core.command_files#

Model of files that hold commands.

Classes

FileNameExt

The extension of a file name.

FileNameSpec

The name of a file handled by a workflow, or a pattern that matches multiple files.

FileNameStem

The stem of a file name.

FileSpec

A specification of a file handled by a workflow.

InputFile

An input file.

InputFileGenerator

Represents a script that is run to generate input files for an action.

InputFileGeneratorSource

The source of code for use in an input file generator.

OutputFileParser

Represents a script that is run to parse output files from an action and create outputs.

OutputFileParserSource

The source of code for use in an output file parser.