File: control

package info (click to toggle)
sshtunnel 0.1.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 328 kB
  • sloc: python: 2,329; makefile: 193
file content (24 lines) | stat: -rw-r--r-- 758 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
Source: sshtunnel
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Christoph Berg <myon@debian.org>
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 12),
 dh-python,
 help2man,
 python3-all,
 python3-paramiko,
 python3-setuptools,
 tox,
Standards-Version: 4.1.4
Homepage: https://github.com/pahaz/sshtunnel
Vcs-Git: https://salsa.debian.org/python-team/packages/sshtunnel.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/sshtunnel

Package: python3-sshtunnel
Architecture: all
Depends: python3-paramiko, ${misc:Depends}, ${python3:Depends}
Description: SSH tunnels to remote server
 The Python sshtunnel module works by opening a port forwarding SSH connection
 in the background, using threads.