diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-01-15 12:21:53 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:03 -0600 |
commit | 0e3f2cd45e94d795e9c3fbe5818a436b06493ffe (patch) | |
tree | 9585013203ea72c018469e423d6716f90aa3755d /python/waitress/README | |
parent | c98080fb5d3738ec7d4a322c5405f3224ac595f1 (diff) | |
download | slackbuilds-0e3f2cd45e94d795e9c3fbe5818a436b06493ffe.tar.gz |
python/waitress: Added (Waitress WSGI server).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/waitress/README')
-rw-r--r-- | python/waitress/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/waitress/README b/python/waitress/README new file mode 100644 index 0000000000..a1295ae6cb --- /dev/null +++ b/python/waitress/README @@ -0,0 +1,5 @@ +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 runs on CPython on Unix and Windows under Python +2.6+ and Python 3.2+. It is also known to run on PyPy 1.6.0+ on UNIX. It +supports HTTP/1.0 and HTTP/1.1. |