tomahawk 0.7.0
pip install tomahawk==0.7.0
Released:
A simple ssh wrapper to execute commands for many hosts.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GNU Library or Lesser General Public License (LGPL) (LGPL)
- Author: Kazuhiro Oinuma
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Project description
Examples
$ tomahawk -h host1,host2,host3 uptime
–> ‘uptime’ command is executed in host1, host2 and host3 as follows.
kazuhiro@host1 % uptime 22:41:27 up 10 days, 3:26, 1 users, load average: 1.11, 1.13, 1.11
kazuhiro@host2 % uptime 22:41:28 up 20 days, 4:26, 2 users, load average: 2.11, 2.13, 2.11
kazuhiro@host3 % uptime 22:41:29 up 30 days, 5:26, 3 users, load average: 3.11, 3.13, 3.11
$ tomahawk-rsync -h host1,host2,host3 test.py /tmp/test.py
–> ‘test.py’ is copied to host1, host2 and host3.
See more usages: http://readthedocs.org/docs/tomahawk/en/latest/
Documentation
Changes
See https://github.com/oinume/tomahawk/blob/master/docs/en/changes.rst
How to contribute
Report a bug
Send a patch
Fork, modify code, add tests, run tests, send pull request.
For developers
Install tomahawk in develop mode.
$ python setup.py develop or $ pip install -e .
Install following modules for testing.
$ pip install requirements-dev.txt
Run unit tests
$ py.test tests/internal/
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GNU Library or Lesser General Public License (LGPL) (LGPL)
- Author: Kazuhiro Oinuma
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file tomahawk-0.7.0.tar.gz
.
File metadata
- Download URL: tomahawk-0.7.0.tar.gz
- Upload date:
- Size: 29.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
ab79edda0b0ec1c9cf92228382ec6083b7bd5170e84e2c319e9b8ccb3810472f
|
|
MD5 |
b153851d47ba8f83b3790647fb7b4188
|
|
BLAKE2b-256 |
ed181d0603fb3e82746dabf89b840a25944f03e8b058ca58ffe443d77a847e07
|