diff options
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 |