Metadata-Version: 2.1
Name: prominence
Version: 0.20.2
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
Platform: any
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: PyJWT
Requires-Dist: pyyaml

# PROMINENCE Command Line Interface

![License](https://img.shields.io/github/license/prominence-eosc/cli)
[![PyPI version shields.io](https://img.shields.io/pypi/v/prominence.svg)](https://pypi.python.org/pypi/ansicolortags/)

The PROMINENCE CLI presents a simple batch-system style interface to PROMINENCE. Written in Python, it can be installed easily on any system using pip:
```
pip install prominence
```
To upgrade the CLI the `--upgrade` option needs to be added:
```
pip install --upgrade prominence
```

See https://prominence-eosc.github.io/docs/ for more information.
