Skip to main content

Waitress WSGI server

Project 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/ .

1.0a1 (2016-06-24)

Deprecations

  • Python 2.6 is no longer supported.

Features

  • Waitress is now able to listen on multiple sockets, including IPv4 and IPv6. Instead of passing in a host/port combination you now provide waitress with a space delineated list, and it will create as many sockets as required. Using the host/port combination is deprecated but will be supported for at least the next 5 minor releases.

    from waitress import serve
    serve(wsgiapp, listen='0.0.0.0:8080 [::]:9090 *:6543')

Security

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

waitress-1.0a1.tar.gz (122.8 kB view hashes)

Uploaded Source

Built Distribution

waitress-1.0a1-py2.py3-none-any.whl (111.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page