aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2015-02-06 23:13:40 +0100
committerMaximilian Hils <git@maximilianhils.com>2015-02-06 23:13:40 +0100
commit17e44db9fd56f5f9cf8767e78080ab2e10d8a23d (patch)
tree10cbf91908afbbd15c21394ae7d2ec1326415b62
parentd67372f9d60ec123b622f129a7c54d3b2234dd98 (diff)
downloadmitmproxy-17e44db9fd56f5f9cf8767e78080ab2e10d8a23d.tar.gz
mitmproxy-17e44db9fd56f5f9cf8767e78080ab2e10d8a23d.tar.bz2
mitmproxy-17e44db9fd56f5f9cf8767e78080ab2e10d8a23d.zip
Update README.mkd
-rw-r--r--README.mkd8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.mkd b/README.mkd
index bc18cb48..0fdf3715 100644
--- a/README.mkd
+++ b/README.mkd
@@ -1,4 +1,8 @@
-[![Build Status](https://travis-ci.org/mitmproxy/mitmproxy.png?branch=master)](https://travis-ci.org/mitmproxy/mitmproxy) [![Coverage Status](https://coveralls.io/repos/mitmproxy/mitmproxy/badge.png?branch=master)](https://coveralls.io/r/mitmproxy/mitmproxy)
+[![Build Status](https://travis-ci.org/mitmproxy/mitmproxy.svg?branch=master)](https://travis-ci.org/mitmproxy/mitmproxy) [![Coverage Status](https://coveralls.io/repos/mitmproxy/mitmproxy/badge.svg?branch=master)](https://coveralls.io/r/mitmproxy/mitmproxy)
+[![Latest Version](https://pypip.in/version/mitmproxy/badge.svg?style=flat)](https://pypi.python.org/pypi/mitmproxy/)
+[![Supported Python versions](https://pypip.in/py_versions/mitmproxy/badge.svg?style=flat)](https://pypi.python.org/pypi/mitmproxy)
+[![Supported Python implementations](https://pypip.in/implementation/mitmproxy/badge.svg?style=flat)](https://pypi.python.org/pypi/mitmproxy/)
+
__mitmproxy__ is an interactive, SSL-capable man-in-the-middle proxy for HTTP
with a console interface.
@@ -70,7 +74,7 @@ This installs the latest GitHub versions of mitmproxy, netlib and pathod into `m
### Testing
-The test suite requires the `dev` extra requirements listed in [setup.py](https://github.com/mitmproxy/mitmproxy/blob/master/setup.py) and [pathod](http://pathod.net), version matching mitmproxy. Install these with:
+The test suite requires the `dev` extra requirements listed in [setup.py](https://github.com/mitmproxy/mitmproxy/blob/master/setup.py). Install these with:
`pip install "mitmproxy[dev]"`