Files
rpi-buildroot/package/python-waitress/Config.in
Marcus Hoffmann 1d4a61247d package/python-waitress: new package
The test runs the flask sample app through the waitress wsgi server
instead of the flask development server.

Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2025-02-05 11:14:30 +01:00

12 lines
346 B
Plaintext

config BR2_PACKAGE_PYTHON_WAITRESS
bool "python-waitress"
help
Waitress WSGI server.
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 supports HTTP/1.0 and HTTP/1.1.
https://github.com/Pylons/waitress