https://github.com/Pylons/waitress
  
  
    Waitress - A WSGI server for Python 3 
    https://github.com/Pylons/waitress
  
http-server python wsgi-server
        Last synced: 7 months ago 
        JSON representation
    
Waitress - A WSGI server for Python 3
- Host: GitHub
- URL: https://github.com/Pylons/waitress
- Owner: Pylons
- License: other
- Created: 2011-12-17T06:58:21.000Z (almost 14 years ago)
- Default Branch: main
- Last Pushed: 2025-03-07T02:29:26.000Z (8 months ago)
- Last Synced: 2025-04-08T19:12:03.415Z (7 months ago)
- Topics: http-server, python, wsgi-server
- Language: Python
- Homepage: https://docs.pylonsproject.org/projects/waitress/en/latest/
- Size: 1.72 MB
- Stars: 1,489
- Watchers: 37
- Forks: 180
- Open Issues: 20
- 
            Metadata Files:
            - Readme: README.rst
- Changelog: CHANGES.txt
- Contributing: contributing.md
- License: LICENSE.txt
 
Awesome Lists containing this project
- awesome-rainmana - Pylons/waitress - Waitress - A WSGI server for Python 3 (Python)
- jimsghstars - Pylons/waitress - Waitress - A WSGI server for Python 3 (Python)
- awesome-python-web-frameworks - Waitress - A pure-Python WSGI server, it's simple, lightweight, and production-ready. It's often used with Pyramid and other WSGI applications. (Http servers / More)
README
          Waitress
========
.. image:: https://img.shields.io/pypi/v/waitress.svg
    :target: https://pypi.org/project/waitress/
    :alt: latest version of waitress on PyPI
.. image:: https://github.com/Pylons/waitress/actions/workflows/ci-tests.yml/badge.svg
    :target: https://github.com/Pylons/waitress/actions/workflows/ci-tests.yml
.. image:: https://readthedocs.org/projects/waitress/badge/?version=stable
        :target: https://docs.pylonsproject.org/projects/waitress/en/stable/
        :alt: main Documentation Status
Waitress is 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 3.9+. It
is also known to run on PyPy 3 (version 3.9 compatible python and above) on
UNIX. It supports HTTP/1.0 and HTTP/1.1.
For more information, see the "docs" directory of the Waitress package or visit
https://docs.pylonsproject.org/projects/waitress/en/latest/