Go to file
2013-12-29 10:52:37 +01:00
netlib merge smurfix/ipv6, add ipv6 support for TCPServer, add ipv6 test 2013-12-13 15:04:38 +01:00
test test tcpclient.source_address, increase coverage 2013-12-14 00:19:24 +01:00
tools Add getcertnames, a tool for retrieving the CN and SANs from a remote server. 2013-01-03 13:54:54 +13:00
.coveragerc Integrate HTTP auth, test to 100% 2013-03-03 10:37:28 +13:00
.gitignore update gitignore to not include PyCharms 2013-08-17 14:44:57 +02:00
.travis.yml add travis CI file 2013-12-13 06:15:32 +01:00
MANIFEST.in use markdown for readme 2013-12-13 15:09:42 +01:00
README.mkd use markdown for readme 2013-12-13 15:09:42 +01:00
requirements.txt list mock as requirement (via @droope) 2013-12-29 10:52:37 +01:00
setup.py use markdown for readme 2013-12-13 15:09:42 +01:00

Build Status Coverage Status

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.