File: control

package info (click to toggle)
python-socksipychain 2.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 164 kB
  • sloc: python: 940; makefile: 54; sh: 15
file content (29 lines) | stat: -rw-r--r-- 1,080 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: python-socksipychain
Section: python
Priority: optional
Maintainer: FreedomBox packaging team <freedombox-pkg-team@lists.alioth.debian.org>
Uploaders:
 Sunil Mohan Adapa <sunil@medhas.org>
 , Petter Reinholdtsen <pere@debian.org>
 , Federico Ceratto <federico@debian.org>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: dh-python,
 python3-all,
 python3-setuptools,
 python3-six
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: http://pagekite.net/wiki/Floss/PySocksipyChain/
Vcs-Browser: https://salsa.debian.org/freedombox-team/python-socksipychain
Vcs-Git: https://salsa.debian.org/freedombox-team/python-socksipychain.git

Package: python3-socksipychain
Depends: ${misc:Depends},
         ${python3:Depends},
Architecture: all
Breaks: python-socksipychain
Replaces: python-socksipychain
Description: Python SOCKS/HTTP/SSL chaining proxy module
 This Python module allows you to create TCP connections through a chain
 of SOCKS or HTTP proxies without any special effort. It also supports
 TLS/SSL encryption if the OpenSSL modules are installed.