Metadata-Version: 1.1
Name: txRDQ
Version: 0.2.2
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 provides a ResizableDispatchQueue class that gives you a queue to
        operate on a priority queue of jobs. Jobs can be canceled or reprioritized.
        The size of the pool can be changed dynamically. Dispatching can be paused
        and resumed. The queue can be stopped gracefully, and will return jobs that
        had not yet been dispatched.  You can obtain the contents of the queue and
        the dispatched pool while running.
        
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
