Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Pylons/waitress
Waitress - A WSGI server for Python 3
https://github.com/Pylons/waitress
http-server python wsgi-server
Last synced: about 1 month 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 13 years ago)
- Default Branch: main
- Last Pushed: 2024-06-22T21:10:08.000Z (6 months ago)
- Last Synced: 2024-07-23T06:08:40.810Z (5 months ago)
- Topics: http-server, python, wsgi-server
- Language: Python
- Homepage: https://docs.pylonsproject.org/projects/waitress/en/latest/
- Size: 1.68 MB
- Stars: 1,413
- Watchers: 38
- Forks: 164
- Open Issues: 16
-
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 StatusWaitress 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/