File: control

package info (click to toggle)
python-asyncssh 2.5.0-0.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,748 kB
  • sloc: python: 30,390; makefile: 10
file content (66 lines) | stat: -rw-r--r-- 2,563 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Source: python-asyncssh
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Vincent Bernat <bernat@debian.org>
Build-Depends:
 debhelper-compat (= 12),
 localehelper,
 python3-all,
 python3-sphinx (>= 1.0.7+dfsg-1~),
 python3-setuptools,
 python3-cryptography,
 python3-bcrypt (>= 3.1.3) <!nocheck>,
 python3-fido2 <!nocheck>,
 python3-gssapi <!nocheck>,
 python3-libnacl <!nocheck>,
 python3-openssl <!nocheck>,
# not packaged
# python3-pkcs11 <!nocheck>,
 openssl,
 openssh-client,
 dh-python
Standards-Version: 4.5.1
Homepage: https://github.com/ronf/asyncssh
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-asyncssh
Vcs-Git: https://salsa.debian.org/python-team/modules/python-asyncssh.git
Testsuite: autopkgtest-pkg-python

Package: python3-asyncssh
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Recommends: python-asyncssh-doc, python3-bcrypt (>= 3)
Description: asyncio-based client and server implementation of SSHv2 protocol
 AsyncSSH is a Python package which provides an asynchronous client
 and server implementation of the SSHv2 protocol on top of the Python
 3.4+ asyncio framework.
 .
 It comes with a full support of SSHv2 and SFTP client and server
 functions, including shell, command and subsystem channels, direct
 and forwarded TCP channels, local and remote TCP port forwarding.
 .
 Other features include:
    + Multiple simultaneous sessions on a single SSH connection
    + Multiple SSH connections in a single event loop
    + Byte and string based I/O with settable encoding
    + A variety of key exchange, encryption, and MAC algorithms
    + Support for gzip compression
    + Password, public key, and keyboard-interactive user authentication methods
    + Many types and formats of public keys and certificates
    + OpenSSH-style known_hosts file support
    + OpenSSH-style authorized_keys file support

Package: python-asyncssh-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: asyncio-based client and server implementation of SSHv2 protocol (doc)
 AsyncSSH is a Python package which provides an asynchronous client
 and server implementation of the SSHv2 protocol on top of the Python
 3.4+ asyncio framework.
 .
 It comes with a full support of SSHv2 and SFTP client and server
 functions, including shell, command and subsystem channels, direct
 and forwarded TCP channels, local and remote TCP port forwarding.
 .
 This package contains the HTML docs and examples.