File: control

package info (click to toggle)
tomahawk 0.7.1-2.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 484 kB
  • sloc: python: 1,921; makefile: 153; sh: 3
file content (34 lines) | stat: -rw-r--r-- 1,038 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
32
33
34
Source: tomahawk
Section: python
Priority: optional
Maintainer: Kouhei Maeda <mkouhei@palmtb.net>
Build-Depends: debhelper (>= 8.0.0),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-coverage,
               python3-flexmock,
               python3-pytest,
               python3-flexmock,
               python3-pexpect,
               python3-six,
               rsync,
               dash,
               openssh-server,
               openssh-client
Standards-Version: 3.9.6
Homepage: https://github.com/oinume/tomahawk

Package: python3-tomahawk
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         python3-pexpect,
         python3-six,
         rsync,
         openssh-client
Description: simple ssh wrapper for executing commands into many hosts (py3)
 For Python3.
 Enables following 3 things. Executing remote commands tool via ssh to multi
 remote hosts. Copy local files to many remote hosts. Copy files from remote
 hosts to local.