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

Package: python3-asyncssh
Architecture: all
Description: Asynchronous SSHv2 client and server library
 AsyncSSH is a Python package which provides an asynchronous client and
 server implementation of the SSHv2 protocol on top of the Python 3.6+
 asyncio framework.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
 python3-cryptography (>= 39.0),
 python3-typing-extensions (>= 4.0.0),
