File: control

package info (click to toggle)
python-scp 0.10.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 104 kB
  • ctags: 42
  • sloc: python: 325; makefile: 7
file content (27 lines) | stat: -rw-r--r-- 1,155 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
Source: python-scp
Section: python
Priority: optional
Maintainer: Sandro Tosi <morph@debian.org>
Build-Depends: debhelper (>= 9), python, python3, dh-python, python-setuptools, python3-setuptools
Standards-Version: 3.9.6
Homepage: https://github.com/jbardin/scp.py
Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-scp.git
Vcs-Browser: http://anonscm.debian.org/cgit/python-modules/packages/python-scp.git/

Package: python-scp
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: scp module for paramiko
 The scp.py module uses a paramiko transport to send and recieve files via the
 scp1 protocol. This is the protocol as referenced from the openssh scp program,
 and has only been tested with this implementation.

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 recieve 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 .