danbradham / deadlineutils

Deadline Standalone API utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deadlineutils

Deadline Standalone API utilities

Connection

Wraps Deadline.DeadlineConnect.DeadlineCon providing additional functionality. Can be used as a ContextManager:

with Connection('localhost', 8080) as c:
    best_pool = c.get_best_pool(prefix='maya')

Here we get the best possible pool for the next job submission with the prefix maya.

About

Deadline Standalone API utilities


Languages

Language:Python 100.0%