File tree 1 file changed +21
-3
lines changed
1 file changed +21
-3
lines changed Original file line number Diff line number Diff line change
1
+ Waitress
2
+ ========
3
+
4
+ .. image :: https://img.shields.io/pypi/v/waitress.svg
5
+ :target: https://pypi.org/project/waitress/
6
+ :alt: latest version of waitress on PyPI
7
+
8
+ .. image :: https://travis-ci.org/Pylons/waitress.png?branch=master
9
+ :target: https://travis-ci.org/Pylons/waitress
10
+ :alt: Travis CI for waitress (master branch)
11
+
12
+ .. image :: https://readthedocs.org/projects/waitress/badge/?version=master
13
+ :target: https://docs.pylonsproject.org/projects/waitress/en/master
14
+ :alt: master Documentation Status
15
+
16
+ .. image :: https://img.shields.io/badge/irc-freenode-blue.svg
17
+ :target: https://webchat.freenode.net/?channels=pyramid
18
+ :alt: IRC Freenode
19
+
1
20
Waitress is meant to be a production-quality pure-Python WSGI server with very
2
21
acceptable performance. It has no dependencies except ones which live in the
3
22
Python standard library. It runs on CPython on Unix and Windows under Python
4
- 2.7+ and Python 3.3 +. It is also known to run on PyPy 1.6.0+ on UNIX. It
23
+ 2.7+ and Python 3.4 +. It is also known to run on PyPy 1.6.0+ on UNIX. It
5
24
supports HTTP/1.0 and HTTP/1.1.
6
25
7
- For more information, see the "docs" directory of the Waitress package or
8
- http://docs.pylonsproject.org/projects/waitress/en/latest/ .
26
+ For more information, see the "docs" directory of the Waitress package or visit https://docs.pylonsproject.org/projects/waitress/en/latest/
You can’t perform that action at this time.
0 commit comments