Metadata-Version: 1.0
Name: Rocket
Version: 1.2.3
Summary: Modern, Multi-threaded, Comet-Friendly WSGI Web Server
Home-page: http://www.launchpad.net/rocket
Author: Timothy Farrell
Author-email: tfarrell@owassobible.org
License: MIT License
Description: The Rocket web server is a server designed to handle the increased needs of modern web applications implemented in pure Python. It can serve WSGI applications and middleware currently with the ability to be extended to handle different types of networked request-response jobs. Rocket runs on cPython 2.5-3.x and Jython 2.5 (without the need to run through the 2to3 translation tool). Rocket is similar in purpose to Cherrypy's Wsgiserver but with added flexibility, speed and concurrency.
        
        Rocket Documentation is viewable at http://packages.python.org/rocket .
        
        If you're searching for the rocket GAE framework, email mjpizz+rocket@gmail.com
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Server
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
