From b5646d7c6a26116c97fd196414f08e68729170da Mon Sep 17 00:00:00 2001 From: LETORT Sebastien <sebastien.letort@irisa.fr> Date: Thu, 9 Jan 2020 14:31:11 +0100 Subject: [PATCH] add badges in Readme file. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f1c2ee7..78bfdae 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # A||GO API-Client python library We provide here a simple API client for [A||GO](https://allgo18.inria.fr) written in Python. +[](https://gitlab.inria.fr/allgo/api-clients/python_client/commits/client_api) +python 2.7: [](https://gitlab.inria.fr/allgo/api-clients/python_client/commits/client_api?job=tests:2.7) +python 3.7: [](https://gitlab.inria.fr/allgo/api-clients/python_client/commits/client_api?job=tests:3.7) + ## Description 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). -- GitLab