Source: python-paramiko
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/paramiko/paramiko/tags
Vcs-Browser: https://github.com/alvistack/paramiko-paramiko
Vcs-Git: https://github.com/alvistack/paramiko-paramiko.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 python3-dev,
 python3-pip,

Package: python3-paramiko
Architecture: all
Description: Native Python SSHv2 protocol library
 "Paramiko" is a combination of the Esperanto words for "paranoid" and
 "friend". It's a module for Python 2.7/3.4+ that implements the SSH2
 protocol for secure (encrypted and authenticated) connections to remote
 machines. Unlike SSL (aka TLS), SSH2 protocol does not require
 hierarchical certificates signed by a powerful central authority. You
 may know SSH2 as the protocol that replaced Telnet and rsh for secure
 access to remote shells, but the protocol also includes the ability to
 open arbitrary channels to remote services across the encrypted tunnel
 (this is how SFTP works, for example).
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
 python3-bcrypt (>= 3.2),
 python3-cryptography (>= 3.3),
 python3-invoke (>= 2.0),
 python3-nacl (>= 1.5),
