Source: tomahawk
Section: python
Priority: optional
Maintainer: Kouhei Maeda <mkouhei@palmtb.net>
Build-Depends: debhelper (>= 8.0.0), python-all, python-setuptools, python-nose, python-coverage, python-flexmock, python-pytest, python-pexpect, rsync, openssh-server, openssh-client
Standards-Version: 3.9.4
X-Python-Version: >= 2.7
Homepage: https://github.com/oinume/tomahawk

Package: python-tomahawk
Architecture: all
Provides: ${python:Provides}
Depends: ${misc:Depends}, ${python:Depends}, python-argparse, python-pexpect, rsync, openssh-client
Description: simple ssh wrapper for executing commands into many hosts
 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.

