pysqa.base.core

pysqa.base.core#

Functions

execute_command(commands[, ...])

A wrapper around the subprocess.check_output function.

get_queue_commands(queue_type)

Load queuing system commands class

Classes

QueueAdapterCore(queue_type, execute_command)

The goal of the QueueAdapter class is to make submitting to a queue system as easy as starting another sub process locally.