Metadata-Version: 1.0
Name: Twisted-Goodies
Version: 0.3
Summary:  Asynchronous task queueing, HTTP fetching, cluster management, and other goodies for the Twisted framework. 
Home-page: http://foss.eepatents.com/Twisted-Goodies/
Author: Edwin A. Suominen
Author-email: ed@eepatents.com
License: GPL
Description: 
        The Twisted (TM) asynchronous processing framework is made even more powerful
        with this package of goodies:
        
        +---------------+-------------------------------------------------------------+
        | Sub-Package   | Description                                                 |
        +===============+=============================================================+
        | taskqueue     | Asynchronous task queueing with a powerful worker/manager   |
        |               | interface                                                   |
        +---------------+-------------------------------------------------------------+
        | asyncluster   | Asynchronous operation of a computing cluster with a Node   |
        |               | Display Manager (NDM) that allows regular workstation usage |
        |               | of cluster nodes with computing jobs running behind the     |
        |               | scenes.                                                     |
        +---------------+-------------------------------------------------------------+
        | webfetch      | Fetching of web server content including PDFs of patent and |
        |               | published patent applications from the USPTO servers.       |
        +---------------+-------------------------------------------------------------+
        | misc          | Miscellaneous goodies, including a deferred tracker for     |
        |               | waiting on the firing of one or more deferreds without      |
        |               | needing references to them.                                 |
        +---------------+-------------------------------------------------------------+
        
        Twisted-Goodies is maintained and licensed separately from the Twisted
        framework. The name is used by permission.
        
Keywords: Twisted,asynchronous,threads,taskqueue,queue,priority,tasks,jobs,cluster,clustering,parallel,grid,web,fetch,patent,wget
Platform: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
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
Classifier: Topic :: Software Development :: Object Brokering
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: Terminals :: Terminal Emulators/X Terminals
Classifier: Topic :: Desktop Environment :: Window Managers
