summaryrefslogtreecommitdiff
path: root/python/waitress/slack-desc
diff options
context:
space:
mode:
Diffstat (limited to 'python/waitress/slack-desc')
-rw-r--r--python/waitress/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/python/waitress/slack-desc b/python/waitress/slack-desc
new file mode 100644
index 0000000000..e4a43c5f68
--- /dev/null
+++ b/python/waitress/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+waitress: waitress (Waitress WSGI server)
+waitress:
+waitress: Waitress is meant to be a production-quality pure-Python
+waitress: WSGI server with very acceptable performance. It has no
+waitress: dependencies except ones which live in the Python standard library.
+waitress: It runs on CPython on Unix and Windows under Python 2.6+ and Python
+waitress: 3.2+. It is also known to run on PyPy 1.6.0+ on UNIX. It supports
+waitress: HTTP/1.0 and HTTP/1.1.
+waitress:
+waitress: Homepage: https://github.com/Pylons/waitress
+waitress: