Helper classes

Some lightweight classes have been provided to help with using the API.

class gwdc_python.helpers.Cluster(value)

Bases: enum.Enum

Enum to identify which cluster to submit a job to.

CIT = 'cit'
DEFAULT = None
OZSTAR = 'ozstar'
class gwdc_python.helpers.JobStatus(status: str, date: str)

Bases: object

Contains the status of a job in a more readable format.

date: str
status: str
class gwdc_python.helpers.TimeRange(value)

Bases: enum.Enum

Enum to help with the time range field in the public job search.

ANY = 'all'
DAY = '1d'
MONTH = '1m'
WEEK = '1w'
YEAR = '1y'