diff options
Diffstat (limited to 'README.mkd')
| -rw-r--r-- | README.mkd | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/README.mkd b/README.mkd deleted file mode 100644 index f5e66d99..00000000 --- a/README.mkd +++ /dev/null @@ -1,24 +0,0 @@ -[](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 -respects, because both pathod and mitmproxy often need to violate standards. -This means that protocols are implemented as small, well-contained and flexible -functions, and are designed to allow misbehaviour when needed. - - -Requirements ------------- - -* [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). |
