summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-05-19 15:53:59 -0700
committerSteve Piercy <web@stevepiercy.com>2018-05-19 15:53:59 -0700
commit77bcf444247ec6dd2cfe585ac00a11972bff7772 (patch)
treec078cf6bf9596995f71f17a18ed58d289bf82f84 /README.rst
parent5743770089f53375705115d163c343b2107217e6 (diff)
downloadwaitress-77bcf444247ec6dd2cfe585ac00a11972bff7772.tar.gz
Update readme to align with tox, travis. Add badges.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst24
1 files changed, 21 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index ce9ea01..1a7b893 100644
--- a/README.rst
+++ b/README.rst
@@ -1,8 +1,26 @@
+Waitress
+========
+
+.. image:: https://img.shields.io/pypi/v/waitress.svg
+ :target: https://pypi.org/project/waitress/
+ :alt: latest version of waitress on PyPI
+
+.. image:: https://travis-ci.org/Pylons/waitress.png?branch=master
+ :target: https://travis-ci.org/Pylons/waitress
+ :alt: Travis CI for waitress (master branch)
+
+.. image:: https://readthedocs.org/projects/waitress/badge/?version=master
+ :target: https://docs.pylonsproject.org/projects/waitress/en/master
+ :alt: master Documentation Status
+
+.. image:: https://img.shields.io/badge/irc-freenode-blue.svg
+ :target: https://webchat.freenode.net/?channels=pyramid
+ :alt: IRC Freenode
+
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.7+ and Python 3.3+. It is also known to run on PyPy 1.6.0+ on UNIX. It
+2.7+ and Python 3.4+. It is also known to run on PyPy 1.6.0+ on UNIX. It
supports HTTP/1.0 and HTTP/1.1.
-For more information, see the "docs" directory of the Waitress package or
-http://docs.pylonsproject.org/projects/waitress/en/latest/ .
+For more information, see the "docs" directory of the Waitress package or visit https://docs.pylonsproject.org/projects/waitress/en/latest/