PyPlato

Python Batching Utilities


License
GPL-2.0+
Install
pip install PyPlato==0.1.4

Documentation

PyPlato

PyPlato is set of batching utilies useful in HPC scheduling context and shell (bash-like) automation in python.

Installation

You can install th library by using PyPI registry, e.g.

sudo easy_install PyPlato

Alternatively you can clone git repository

git clone https://github.com/ewiger/plato.git plato && cd plato sudo python setup.py install