2014-01-09 16:38:39 +00:00
|
|
|
[![Build Status](https://travis-ci.org/mitmproxy/netlib.png?branch=master)](https://travis-ci.org/mitmproxy/netlib) [![Coverage Status](https://coveralls.io/repos/mitmproxy/netlib/badge.png?branch=master)](https://coveralls.io/r/mitmproxy/netlib)
|
2012-06-23 01:49:57 +00:00
|
|
|
|
2012-10-31 09:24:45 +00:00
|
|
|
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.
|
2012-07-29 03:53:42 +00:00
|
|
|
|
2014-08-19 11:48:52 +00:00
|
|
|
|
|
|
|
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)
|