Source: socksio Section: python Priority: optional Maintainer: Sandro Tosi Uploaders: Debian Python Team , Build-Depends: debhelper-compat (= 13), flit, pybuild-plugin-pyproject, python3-all, python3-pytest , python3-pytest-cov , Standards-Version: 4.6.0.1 Testsuite: autopkgtest-pkg-python Homepage: https://github.com/sethmlarson/socksio Vcs-Git: https://salsa.debian.org/python-team/packages/socksio.git Vcs-Browser: https://salsa.debian.org/python-team/packages/socksio Rules-Requires-Root: no Package: python3-socksio Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Recommends: ${python3:Recommends}, Suggests: ${python3:Suggests}, Description: Sans-I/O implementation of SOCKS4, SOCKS4A, and SOCKS5 Client-side sans-I/O SOCKS proxy implementation. Supports SOCKS4, SOCKS4A, and SOCKS5. . socksio is a sans-I/O library similar to h11 or h2, this means the library itself does not handle the actual sending of the bytes through the network, it only deals with the implementation details of the SOCKS protocols so you can use it in any I/O library you want.