Metadata-Version: 2.1
Name: qcg-pilotjob-executor-api
Version: 0.12.3rc1
Summary: The executor-like api for QCG-PilotJob
Home-page: http://github.com/vecma-project/QCG-PilotJob
Author: Bartosz Bosak
Author-email: bbosak@man.poznan.pl
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown

QCG-PilotJob Executor API
=======
QCG-PilotJob Executor API, by imitation of the Python Executor API, 
provides a relatively easy way of usage of QCG-PilotJob. It is targeted to
fulfil needs of basic execution scenarios, but may be useful also for more advanced ones.

**Author**: Piotr Kopta <pkopta@man.poznan.pl>, Tomasz Piontek <piontek@man.poznan.pl>, Bartosz Bosak <bbosak@man.poznan.pl>

*Copyright (C) 2017-2021 Poznan Supercomputing and Networking Center*

## Documentation
The documentation of the QCG-PilotJob system is available at https://qcg-pilotjob.readthedocs.org

## Installation
The latest stable version of QCG-PilotJob Executor API can be installed with pip

```bash
$ pip install qcg-pilotjob-executor-api
```

