File: control

package info (click to toggle)
python-scp 0.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 124 kB
  • sloc: python: 714; sh: 44; makefile: 11
file content (24 lines) | stat: -rw-r--r-- 921 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
Source: python-scp
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Emmanuel Arias <eamanu@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               python3,
               dh-python,
               python3-setuptools
Standards-Version: 4.7.0
Homepage: https://github.com/jbardin/scp.py
Vcs-Git: https://salsa.debian.org/python-team/packages/python-scp.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-scp
Rules-Requires-Root: no

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.