This is the Python API of HyperQueue.
Important classes:
Client
serves for connecting to a HyperQueue server.LocalCluster
can be used to spawn a local HyperQueue cluster.Job
describes a job containing a directed acyclic graph of tasks. It can be submitted using a client.A client serves as a gateway for submitting jobs and querying information about a running HyperQueue server.
Represents a HQ job.
Represents a local deployed HyperQueue infrastructure.