Metadata-Version: 1.1
Name: txRDQ
Version: 0.2.4
Summary: A Twisted class for queueing and dispatching jobs in a controlled manner.
Home-page: https://launchpad.net/txrdq
Author: Fluidinfo Inc.
Author-email: info@fluidinfo.com
License: UNKNOWN
Download-URL: https://code.launchpad.net/txrdq
Description: txRDQ (Resizable Dispatch Queue) provides a Twisted class for a controllable
        priority queue for running jobs. You can obtain the contents of the queue and
        the dispatched pool while running.  Jobs can be canceled or reprioritized.  The
        size of the underway job pool can be changed dynamically.  Job dispatch can be
        paused and resumed. The queue can be stopped gracefully, returning jobs that
        had not yet been dispatched.
        
Keywords: twisted dispatch job queue
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Twisted
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires: twisted
Provides: txrdq
