diff options
author | Maximilian Hils <git@maximilianhils.com> | 2016-02-15 21:13:06 +0100 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2016-02-15 21:13:06 +0100 |
commit | 3d9a5157e77b5a3237dc62994f4e3d4c75c2066e (patch) | |
tree | 71b10729d160f0269d02548d1ef9e183be1397d9 /netlib | |
parent | a78c6f1cb085ad0d497b2d1798573a951a13f8b7 (diff) | |
download | mitmproxy-3d9a5157e77b5a3237dc62994f4e3d4c75c2066e.tar.gz mitmproxy-3d9a5157e77b5a3237dc62994f4e3d4c75c2066e.tar.bz2 mitmproxy-3d9a5157e77b5a3237dc62994f4e3d4c75c2066e.zip |
use own shields instance, update pathod readme
Diffstat (limited to 'netlib')
-rw-r--r-- | netlib/README.rst | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/netlib/README.rst b/netlib/README.rst index 694e3ad9..16bd65a7 100644 --- a/netlib/README.rst +++ b/netlib/README.rst @@ -1,4 +1,4 @@ -|travis| |coveralls| |downloads| |latest-release| |python-versions| +|travis| |coveralls| |downloads| |latest_release| |python_versions| Netlib is a collection of network utility classes, used by the pathod and mitmproxy projects. It differs from other projects in some fundamental @@ -7,28 +7,28 @@ This means that protocols are implemented as small, well-contained and flexible functions, and are designed to allow misbehaviour when needed. -Hacking -------- +Development +----------- If you'd like to work on netlib, check out the instructions in mitmproxy's README_. -.. |travis| image:: https://img.shields.io/travis/mitmproxy/netlib/master.svg +.. |travis| image:: https://shields.mitmproxy.org/travis/mitmproxy/netlib/master.svg :target: https://travis-ci.org/mitmproxy/netlib :alt: Build Status -.. |coveralls| image:: https://img.shields.io/coveralls/mitmproxy/netlib/master.svg +.. |coveralls| image:: https://shields.mitmproxy.org/coveralls/mitmproxy/netlib/master.svg :target: https://coveralls.io/r/mitmproxy/netlib :alt: Coverage Status -.. |downloads| image:: https://img.shields.io/pypi/dm/netlib.svg?color=orange +.. |downloads| image:: https://shields.mitmproxy.org/pypi/dm/netlib.svg?color=orange :target: https://pypi.python.org/pypi/netlib :alt: Downloads -.. |latest-release| image:: https://img.shields.io/pypi/v/netlib.svg +.. |latest_release| image:: https://shields.mitmproxy.org/pypi/v/netlib.svg :target: https://pypi.python.org/pypi/netlib :alt: Latest Version -.. |python-versions| image:: https://img.shields.io/pypi/pyversions/netlib.svg +.. |python_versions| image:: https://shields.mitmproxy.org/pypi/pyversions/netlib.svg :target: https://pypi.python.org/pypi/netlib :alt: Supported Python versions |