waitress

Package — ServerPython 3.7+Advanced

Production pure-Python WSGI server (Windows + Unix)

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
None (pure Python)
Install
pip install waitress

Learn by Difficulty

Quick Example

python
# Install: pip install waitress
import waitress

# Basic waitress usage
print(f"Using waitress")
# See documentation for detailed examples

waitress is a third-party package. Production pure-Python WSGI server (Windows + Unix). Install with: pip install waitress

Try in Playground

Tags

packageserverasgiwsgideployment