Metadata-Version: 1.0
Name: Twisted-Goodies
Version: 0.4
Summary:  Asynchronous 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                                                 |
        +===============+=============================================================+
        | webfetch      | Fetching of web server content including PDFs of patent and |
        |               | published patent applications from the USPTO servers.       |
        +---------------+-------------------------------------------------------------+
        | simpleserver  | Simple but entirely useful HTTP, SMTP, and POP3 servers     |
        +---------------+-------------------------------------------------------------+
        | misc          | Miscellaneous goodies, including a deferred tracker for     |
        |               | waiting on the firing of one or more deferreds without      |
        |               | needing references to them, a mixing for restricting        |
        |               | client addresses for your server factories, and a multi-    |
        |               | privilege Perspective Broker factory                        |
        +---------------+-------------------------------------------------------------+
        
        Twisted-Goodies is maintained and licensed separately from the Twisted
        framework. The name is used by permission.
        
Keywords: Twisted,asynchronous,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
