File: control

package info (click to toggle)
python-socks 2.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 604 kB
  • sloc: python: 5,212; sh: 8; makefile: 3
file content (30 lines) | stat: -rw-r--r-- 1,074 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
30
Source: python-socks
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Piotr Ożarowski <piotr@debian.org>
Build-Depends: debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-setuptools,
 python3-pytest <!nocheck>,
 python3-pytest-asyncio <!nocheck>,
 python3-pytest-cov <!nocheck>,
 python3-async-timeout <!nocheck>,
 python3-flask <!nocheck>,
 python3-yarl <!nocheck>,
 python3-anyio <!nocheck>,
 python3-trio <!nocheck>,
Standards-Version: 4.6.1
Testsuite: autopkgtest-pkg-python
Homepage: https://github.com/romis2012/python-socks
Vcs-Git: https://salsa.debian.org/python-team/packages/python-socks.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-socks
Rules-Requires-Root: no

Package: python3-python-socks
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Description: core proxy (SOCKS4, SOCKS5, HTTP tunneling) functionality for Python
 Supports SOCKS4(a), SOCKS5, HTTP (tunneling) proxy and provides sync and async
 (asyncio, trio, curio, anyio) APIs.