Source: python-scp Maintainer: Debian Python Modules Team Uploaders: Emmanuel Arias Section: python Priority: optional Build-Depends: debhelper (>= 11), python, python3, dh-python, python-setuptools, python3-setuptools Standards-Version: 4.1.4 Homepage: https://github.com/jbardin/scp.py Vcs-Git: https://salsa.debian.org/python-team/modules/python-scp.git Vcs-Browser: https://salsa.debian.org/python-team/modules/python-scp Package: python-scp Architecture: all Depends: ${python:Depends}, ${misc:Depends} Description: scp module for paramiko (Python 2) 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 2 module for scp . 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.