Metadata-Version: 1.0
Name: waitress
Version: 0.1
Summary: Waitress WSGI server
Home-page: https://github.com/mcdonc/waitress
Author: Chris McDonough
Author-email: chrism@plope.com
License: ZPL 2.1
Description: Waitress is meant to be a production-quality pure-Python WSGI server with
        very acceptable performance.  It has no dependencies except ones which live
        in the Python standard library.  It runs on CPython on Unix and Windows under
        Python 2.6+ and Python 3.2.  It is also known to run on PyPy 1.6.0 on UNIX.
        It supports HTTP/1.0 and HTTP/1.1.
        
        For more information, see the "docs" directory of the Waitress package or
        http://docs.pylonsproject.org/projects/waitress/en/latest/ .
        
        
        0.1 (2011-12-30)
        ----------------
        
        - Initial release.
        
        
        
Keywords: waitress wsgi server http
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
