Go to file
2014-03-05 17:29:14 +13:00
netlib CertStore: cope with certs that have no common name 2014-03-05 17:29:14 +13:00
test Much more sophisticated certificate store 2014-03-05 13:19:16 +13:00
tools
.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 Merge branch 'master' of ssh.github.com:cortesi/netlib 2014-01-28 15:14:01 +13:00
LICENSE Add an explicit license file. 2014-02-26 10:09:36 +13:00
MANIFEST.in use markdown for readme 2013-12-13 15:09:42 +01:00
README.mkd display build status from master branch 2014-01-09 17:38:39 +01:00
requirements.txt move test requirements out of main requirements.txt 2014-01-28 02:57:46 +01:00
setup.py We now require PyOpenSSL >= 0.14 2014-03-02 22:14:33 +13: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.