1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: txsocksx
Maintainer: Jérémy Bobbio <lunar@debian.org>
Section: python
Priority: extra
Build-Depends: debhelper (>= 8), dh-python, python-all (>= 2.6.6-3~), python-setuptools, python-twisted (>= 12.1), python-parsley (>= 1.2)
Standards-Version: 3.9.6
X-Python-Version: >= 2.7
Vcs-Git: git://anonscm.debian.org/git/collab-maint/txsocksx.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/txsocksx.git
Homepage: https://github.com/habnabit/txsocksx
XS-Testsuite: autopkgtest
Package: python-txsocksx
Architecture: all
Depends: ${misc:Depends},
${python:Depends}
Description: SOCKS{4,4a,5} endpoints for Twisted
SOCKS is an Internet protocol that routes network packets between a client and
server through a proxy server.
.
This library implements endpoints for SOCKS versions 4, 4a and 5 for the
Twisted Python framework.
|