Skip to content

danbradham/deadlineutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages