File: control

package info (click to toggle)
parallax 1.0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 240 kB
  • sloc: python: 1,166; sh: 106; makefile: 11
file content (31 lines) | stat: -rw-r--r-- 1,327 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
28
29
30
31
Source: parallax
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Valentin Vidic <vvidic@debian.org>
Build-Depends: debhelper (>= 11), dh-python, python-all, python3-all,
 python-setuptools, python3-setuptools
Standards-Version: 4.2.1
Homepage: https://github.com/krig/parallax/
Vcs-Git: https://salsa.debian.org/python-team/modules/parallax.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/parallax

Package: python-parallax
Architecture: all
Depends: openssh-client, ${misc:Depends}, ${python:Depends}
Description: Execute commands and copy files over SSH (Python 2)
 Parallax SSH provides an interface to executing commands on multiple nodes at
 once using SSH. It also provides commands for sending and receiving files to
 multiple nodes using SCP.
 .
 This package contains the Python 2 version of the module.

Package: python3-parallax
Architecture: all
Depends: openssh-client, ${misc:Depends}, ${python3:Depends}
Description: Execute commands and copy files over SSH (Python 3)
 Parallax SSH provides an interface to executing commands on multiple nodes at
 once using SSH. It also provides commands for sending and receiving files to
 multiple nodes using SCP.
 .
 This package contains the Python 3 version of the module.