File: control

package info (click to toggle)
python-socksipy 1.7.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 192 kB
  • sloc: python: 994; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 1,008 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-socksipy
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Martin <debacle@debian.org>
Standards-Version: 4.2.1
Build-Depends: debhelper-compat (= 11),
	dh-python,
	python3-all,
	python3-setuptools,
Rules-Requires-Root: no
Homepage: https://github.com/Anorov/PySocks
Vcs-Git: https://salsa.debian.org/python-team/packages/python-socksipy.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-socksipy

Package: python3-socks
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Breaks: python3-pysocks, python3-socksipy
Replaces: python3-pysocks, python3-socksipy
Description: Python 3 SOCKS client module
 This module was designed to allow developers of Python
 software that uses the Internet or another TCP/IP-based
 network to add support for connection through a SOCKS proxy
 server with as much ease as possible.
 .
 The module is also knowns as SocksiPy or PySocks.
 .
 This is the Python 3 version.