2015-06-16 00:52:07 +00:00
|
|
|
[![Build Status](https://img.shields.io/travis/mitmproxy/netlib/master.svg)](https://travis-ci.org/mitmproxy/netlib)
|
|
|
|
[![Coverage Status](https://img.shields.io/coveralls/mitmproxy/netlib/master.svg)](https://coveralls.io/r/mitmproxy/netlib)
|
|
|
|
[![Downloads](https://img.shields.io/pypi/dm/netlib.svg?color=orange)](https://pypi.python.org/pypi/netlib)
|
|
|
|
[![Latest Version](https://img.shields.io/pypi/v/netlib.svg)](https://pypi.python.org/pypi/netlib)
|
|
|
|
[![Supported Python versions](https://img.shields.io/pypi/pyversions/netlib.svg)](https://pypi.python.org/pypi/netlib)
|
|
|
|
[![Supported Python implementations](https://img.shields.io/pypi/implementation/netlib.svg)](https://pypi.python.org/pypi/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.
|
2015-06-16 00:52:07 +00:00
|
|
|
* Third-party packages listed in [setup.py](https://github.com/mitmproxy/netlib/blob/master/setup.py)
|
2015-06-16 01:30:34 +00:00
|
|
|
|
|
|
|
Hacking
|
|
|
|
-------
|
|
|
|
|
|
|
|
If you'd like to work on netlib, check out the instructions in mitmproxy's [README](https://github.com/mitmproxy/mitmproxy#hacking).
|