diff options
Diffstat (limited to 'README.mkd')
| -rw-r--r-- | README.mkd | 20 |
1 files changed, 13 insertions, 7 deletions
@@ -1,8 +1,9 @@ -[](https://travis-ci.org/mitmproxy/netlib) -[](https://coveralls.io/r/mitmproxy/netlib) -[](https://pypi.python.org/pypi/netlib) -[](https://pypi.python.org/pypi/netlib) -[](https://pypi.python.org/pypi/netlib) +[](https://travis-ci.org/mitmproxy/netlib) +[](https://landscape.io/github/mitmproxy/netlib/master) +[](https://coveralls.io/r/mitmproxy/netlib) +[](https://pypi.python.org/pypi/netlib) +[](https://pypi.python.org/pypi/netlib) +[](https://pypi.python.org/pypi/netlib) Netlib is a collection of network utility classes, used by the pathod and mitmproxy projects. It differs from other projects in some fundamental @@ -14,5 +15,10 @@ functions, and are designed to allow misbehaviour when needed. Requirements ------------ -* [Python](http://www.python.org) 2.7.x. -* Third-party packages listed in [setup.py](https://github.com/mitmproxy/netlib/blob/master/setup.py)
\ No newline at end of file +* [Python](http://www.python.org) 2.7.x or a compatible version of pypy. +* Third-party packages listed in [setup.py](https://github.com/mitmproxy/netlib/blob/master/setup.py) + +Hacking +------- + +If you'd like to work on netlib, check out the instructions in mitmproxy's [README](https://github.com/mitmproxy/mitmproxy#hacking). |
