We provide here a simple API client for [A||GO](https://allgo18.inria.fr) written in Python.
## Description
AllGo is a SaaS (Software as a Service) platform provided by Inria. It may be seen as a virtual showroom of technonogies developed by research teams.
First follow https://allgo.inria.fr/users/sign_up to create an account on AllGo (anyone may create such an account). Once your account creation is confirmed, please connect to https://allgo.inria.fr to obtain your private token, which will allow yo to use the AllGo REST API. You will need this token later (cf. §3 below).
AllGo is a SaaS (Software as a Service) platform provided by Inria. It may be seen as a virtual showroom of technologies developed by research teams.
First follow https://allgo18.inria.fr/accounts/signup to create an account on AllGo (anyone may create such an account). Once your account creation is confirmed, please connect to https://allgo18.inria.fr to obtain your private token, which will allow yo to use the AllGo REST API. You will need this token later (cf. §3 below).
## Install
## Installing
```
# to use it
pip3 install allgo
```
pip install allgo
```
# to develop
pip3 install -r requirements.txt allgo
```
Note: to be able to generate the documentation you need to install [pandoc](http://pandoc.org/installing.html).
### Documentation
## Usage
The reference documentation is available on this website : https://allgo.gitlabpages.inria.fr/api-clients/python_client