https://github.com/Pylons/waitress
Waitress - A WSGI server for Python 3
https://github.com/Pylons/waitress
http-server python wsgi-server
Last synced: 8 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 (9 months ago)
- Last Synced: 2025-04-08T19:12:03.415Z (8 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)
- awesome-python - waitress - Multi-threaded, powers Pyramid. (WSGI Servers)
- awesome-python-zh - waitress - 多线程,权力金字塔。 (WSGI服务器)
- awesome-python-resources - GitHub - 7% open · ⏱️ 31.07.2022): (WSGI 服务器)
- 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)
- python-awesome - waitress - Multi-threaded, powers Pyramid. (WSGI Servers)
- awesome-python - waitress - Multi-threaded, powers Pyramid. (WSGI Servers)
- awesome-python - waitress - Waitress - A WSGI server for Python 2 and 3 ` 📝 a month ago ` (WSGI Servers [🔝](#readme))
- fucking-awesome-python - waitress - Multi-threaded, powers Pyramid. (WSGI Servers)
- fucking-awesome-python - :octocat: waitress - :star: 1273 :fork_and_knife: 159 - Multi-threaded, powers Pyramid. (WSGI Servers)
- awesome-python - waitress - Multi-threaded, powers Pyramid. (WSGI Servers)
- awesome-pyramid - waitress - Waitress is meant to be a (Other)
- awesome-python - waitress - Multi-threaded, powers Pyramid. (WSGI Servers)
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/