Metadata-Version: 1.1
Name: deadlineutils
Version: 0.1.0
Summary: Deadline utilities
Home-page: http://github.com/danbradham/deadlineutils.git
Author: Dan Bradham
Author-email: danielbradham@gmail.com
License: None
Description: =============
        deadlineutils
        =============
        Deadline Standalone API utilities
        
        
        DeadlineConnection
        ==================
        Wraps ``Deadline.DeadlineConnect.DeadlineCon`` providing additional
        functionality. Can be used as a ContextManager::
        
            with DeadlineConnection('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<http://docs.thinkboxsoftware.com/products/deadline/7.2/3_Python%20Reference/class_deadline_connect_1_1_deadline_con.html>`_
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
