Metadata-Version: 1.0
Name: PyPlato
Version: 0.1.4
Summary: Python Batching Utilities
Home-page: https://github.com/ewiger/plato
Author: Yauhen Yakimovich
Author-email: eugeny.yakimovitch@gmail.com
License: GPL
Download-URL: https://github.com/ewiger/plato/tarball/master
Description: 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.
        
        <blockquote>
            sudo easy_install PyPlato
        </blockquote>
        
        Alternatively you can clone git repository
        
        <blockquote>
            git clone https://github.com/ewiger/plato.git plato && cd plato
            sudo python setup.py install
        </blockquote>
        
        
Platform: UNKNOWN
