Metadata-Version: 2.1
Name: prominence
Version: 0.1.4
Summary: PROMINENCE CLI for managing batch jobs running across clouds
Home-page: https://prominence-eosc.github.io/docs
Author: Andrew Lahiff
Author-email: andrew.lahiff@ukaea.uk
License: UNKNOWN
Description: The PROMINENCE CLI presents a simple batch-system style interface to PROMINENCE. It is written in Python and works with both Python 2.x and 3.x. It can be installed by typing the following:
        ```
        sudo pip install prominence
        ```
        Alternatively it can be installed in a new virtual environment, e.g.
        ```
        virtualenv ~/.virtualenvs/prominence
        source ~/.virtualenvs/prominence/bin/activate
        pip install prominence
        ```
        
Platform: any
Description-Content-Type: text/markdown
