1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: parallax
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Valentin Vidic <vvidic@debian.org>
Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-setuptools
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/krig/parallax/
Vcs-Git: https://salsa.debian.org/python-team/packages/parallax.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/parallax
Package: python3-parallax
Architecture: all
Depends: openssh-client, ${misc:Depends}, ${python3:Depends}
Description: Execute commands and copy files over SSH
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.
|