Description: | Tools for automate tasks on machines with ssh only |
---|---|
License: | GPL |
Homepage: | http://entrecode.fr/stools/ |
Development: | https://github.com/bth/stools |
"stools" is a module for Python 2.6+ that help you to automate tasks on machines across network.
It is written entirely in Python.
The recommended way to get stools is to download archive file and install with pip:
$ pip install stools-<version>.tar.gz
An alternative way is to extract archive:
$ tar xvvf stools-<version>.tar.gz
Then, execute this commands:
$ cd stools-<version> $ python setup.py install
You can build stools distribution with:
$ python setup.py sdist
You can build documentation with:
$ cd doc ; make html
Documentation can be find at:
Version | Link |
---|---|
0.2 | http://entrecode.fr/stools/ |
0.1 | http://entrecode.fr/stools/0.1/ |
Bug Reports: | Github |
---|