Go to file
Aldo Cortesi 4152b14387 Merge pull request #71 from Kriechi/landscape
fix warnings and code smells
2015-06-18 12:07:20 +12:00
netlib Merge pull request #71 from Kriechi/landscape 2015-06-18 12:07:20 +12:00
test http2: improve :authority header 2015-06-16 15:00:29 +02:00
tools cleanup code with autopep8 2015-05-27 11:19:11 +02:00
.coveragerc Integrate HTTP auth, test to 100% 2013-03-03 10:37:28 +13:00
.env Initial outline of a cookie parsing and serialization module. 2015-04-12 10:26:09 +12:00
.gitignore ignore eggs directory 2015-06-08 12:41:48 +02:00
.landscape.yml fix warnings and code smells 2015-06-17 13:10:27 +02:00
.travis.yml improve ALPN support on travis 2015-06-08 12:52:06 +02:00
check_coding_style.sh improve meta code 2015-06-15 11:58:24 +02:00
LICENSE Add an explicit license file. 2014-02-26 10:09:36 +13:00
MANIFEST.in distutils -> setuptools 2014-10-01 23:22:53 +02:00
README.mkd add landscape.io badge 2015-06-17 13:19:44 +02:00
requirements.txt improve distribution 2014-09-08 18:58:07 +02:00
setup.py explicitly state that we only support 2.7 2015-06-16 02:31:47 +02:00

Build Status Code Health Coverage Status Downloads Latest Version Supported Python versions Supported Python implementations

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

Hacking

If you'd like to work on netlib, check out the instructions in mitmproxy's README.