Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/danbradham/deadlineutils
- Owner: danbradham
- Created: 2016-01-13T21:37:56.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2021-12-11T14:34:51.000Z (about 3 years ago)
- Last Synced: 2024-10-29T03:38:39.515Z (about 2 months ago)
- Language: Python
- Size: 33.2 KB
- Stars: 8
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
=============
deadlineutils
=============
Deadline Standalone API utilitiesConnection
==================
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`_