Contents

waitress 3.0.0

0

Waitress WSGI server

Waitress WSGI server

Stars: 1371, Watchers: 1371, Forks: 166, Open Issues: 16

The Pylons/waitress repo was created 12 years ago and the last code push was 1 months ago.
The project is very popular with an impressive 1371 github stars!

How to Install waitress

You can install waitress using pip

pip install waitress

or add it to a project with poetry

poetry add waitress

Package Details

Author
Zope Foundation and Contributors
License
ZPL 2.1
Homepage
https://github.com/Pylons/waitress
PyPi:
https://pypi.org/project/waitress/
Documentation:
https://docs.pylonsproject.org/projects/waitress/en/latest/index.html
GitHub Repo:
https://github.com/Pylons/waitress

Classifiers

  • Internet/WWW/HTTP
  • Internet/WWW/HTTP/WSGI
No  waitress  pypi packages just yet.

Errors

A list of common waitress errors.

Code Examples

Here are some waitress code examples and snippets.

GitHub Issues

The waitress package has 16 open issues on GitHub

  • Proposing an easy method for graceful application shutdown
  • Ability to expose how loaded waitress is

See more issues on GitHub

Related Packages & Articles

Hypercorn 0.16.0

A ASGI Server based on Hyper libraries and inspired by Gunicorn

aiohttp 3.9.3

The aiohttp Python package is an asynchronous HTTP client/server framework that leverages Python's asyncio library. It supports both client and server sides of the HTTP protocol, as well as client and server websockets. The package provides a web server with middleware support and pluggable routing. This makes it a powerful tool for building efficient, non-blocking web applications in Python. It is highly recommended for projects where concurrent network or HTTP requests are a core requirement, and it is often used in web scraping, API consumption, and web development.