pysqa.base.config

pysqa.base.config#

Functions

read_config([file_name])

Read and parse a YAML configuration file.

Classes

QueueAdapterWithConfig(config, directory, ...)

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

Queues(list_of_queues)

Queues is an abstract class simply to make the list of queues available for auto completion.