gituser/production/: netlib-0.15.1 metadata and description

Homepage Simple index

A collection of network utilities used by pathod and mitmproxy.

author Aldo Cortesi
author_email aldo@corte.si
classifiers
  • License :: OSI Approved :: MIT License
  • Development Status :: 3 - Alpha
  • Operating System :: POSIX
  • Programming Language :: Python
  • Programming Language :: Python :: 2
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.5
  • Programming Language :: Python :: Implementation :: CPython
  • Programming Language :: Python :: Implementation :: PyPy
  • Topic :: Internet
  • Topic :: Internet :: WWW/HTTP
  • Topic :: Internet :: WWW/HTTP :: HTTP Servers
  • Topic :: Software Development :: Testing
  • Topic :: Software Development :: Testing :: Traffic Generation
license MIT
requires_dist
  • six (>=1.10.0,<1.11)
  • certifi (>=2015.9.6.2)
  • pyOpenSSL (>=0.15.1,<0.16)
  • ipaddress (<1.1,>=1.0.15)
  • hpack (>=2.0.1,<2.1)
  • cryptography (<1.2,>=1.1.1)
  • passlib (>=1.6.5,<1.7)
  • pyasn1 (>=0.1.9,<0.2)
  • backports.ssl-match-hostname (>=3.5.0.1,<3.6)
  • mock (>=1.0.1); extra == 'dev'
  • pytest (>=2.8.0); extra == 'dev'
  • pytest-xdist (>=1.13.1); extra == 'dev'
  • pytest-cov (>=2.1.0); extra == 'dev'
  • coveralls (>=0.4.1); extra == 'dev'
  • autopep8 (>=1.0.3); extra == 'dev'
  • autoflake (>=0.6.6); extra == 'dev'
  • wheel (>=0.24.0); extra == 'dev'
File Tox results History
netlib-0.15.1-py2-none-any.whl
Size
111 KB
Type
Python Wheel
Python
2
netlib-0.15.1.tar.gz
Size
89 KB
Type
Source

Build Status Coverage Status Downloads Latest Version Supported Python versions

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.

Hacking

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