waitress==3.0.2
# Waitress WSGI server
$ pip install waitress
downloads/wk
2,023,385
license
ZPL 2.1
version
3.0.2
python
>=3.9.0
What is waitress?
Waitress is a pure Python WSGI application server that runs web applications over HTTP. Developers use it to serve Python web applications in production or development environments without requiring external dependencies like Apache or Nginx. It's a straightforward alternative to other application servers when you need a self-contained HTTP server.
Keywords
Dependencies (6)
Author
Zope Foundation and Contributors