Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danbradham/deadlineutils

Deadline Standalone API utilities
https://github.com/danbradham/deadlineutils

Last synced: about 2 months ago
JSON representation

Deadline Standalone API utilities

Awesome Lists containing this project

README

        

=============
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*.

.. see also::

`Deadline Standalone Python API`_