Metadata-Version: 2.1
Name: ign-gpao-client
Version: 0.8.0
Summary: Client GPAO
Home-page: https://github.com/ign-gpao/client.git
Author: IGN
Author-email: arnaud.birk@ign.fr
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown

# GPAO Client

GPAO client, is a python client designed to make distributed computing.

## Installation
Create a Python environment :
```
ci/createEnv.sh
```

## Example
Note that you must install the GPAO server before on localhost (https://github.com/ign-packo/ign-gpao).
Then you can run the test :
```
ci/test.sh
```

## Linked projects

This project is used to create a JSON file that describe the set of tasks.

https://github.com/arnaudbirk/ign-gpao-project-builder


This project is the server used to orchestrate the taks.

https://github.com/ign-packo/ign-gpao




