Metadata-Version: 1.0
Name: AsynQueue
Version: 0.1
Summary:  Asynchronous task queueing based on the Twisted framework. 
Home-page: http://foss.eepatents.com/AsynQueue/
Author: Edwin A. Suominen
Author-email: ed@eepatents.com
License: GPL
Description: 
        Asynchronous task queueing based on the Twisted framework, with task
        prioritization and a powerful worker/manager interface.
        
        Worker implementations are included for running tasks via threads, separate
        Python interpreters, and remote worker nodes.
        
Keywords: Twisted,asynchronous,threads,taskqueue,queue,priority,tasks,jobs
Platform: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
