aboutsummaryrefslogtreecommitdiff
path: root/python/python3-waitress/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-waitress/README')
-rw-r--r--python/python3-waitress/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python3-waitress/README b/python/python3-waitress/README
new file mode 100644
index 0000000000000..010cbde2f8285
--- /dev/null
+++ b/python/python3-waitress/README
@@ -0,0 +1,4 @@
+Waitress is meant to be 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.