Source: python-scp Standards-Version: 4.7.4 Maintainer: Debian Python Team Uploaders: Emmanuel Arias , Section: python Testsuite: autopkgtest-pkg-python Build-Depends: debhelper-compat (= 14), python3, dh-sequence-python3, python3-setuptools, Vcs-Browser: https://salsa.debian.org/python-team/packages/python-scp Vcs-Git: https://salsa.debian.org/python-team/packages/python-scp.git Homepage: https://github.com/jbardin/scp.py Package: python3-scp Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, Description: scp module for paramiko (Python 3) The scp.py module uses a paramiko transport to send and receive files via the scp1 protocol. This is the protocol as referenced from the openssh scp program, and has only been tested with this implementation. . This package contains the Python 3 module for scp.