Metadata-Version: 2.4
Name: ferronier-gitlab
Version: 1.0.0
Summary: Plugin pour ferronier permettant de collecter et d'afficher les projets d'un profil ou groupe Gitlab.
Project-URL: Homepage, https://forge.apps.education.fr/ferronier/plugins/ferronier-gitlab
Project-URL: Issues, https://forge.apps.education.fr/ferronier/plugins/ferronier-gitlab/-/issues
Author-email: Louis Paternault <Louis.Paternault@ac-grenoble.fr>
License-Expression: GPL-3.0-or-later
License-File: LICENCE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3.15
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Python: <4,>=3.14
Requires-Dist: babel
Requires-Dist: ferronier<2,>=1
Requires-Dist: requests
Description-Content-Type: text/markdown

Ferronier-gitlab
================

Un plugin pour [ferronier](https://forge.apps.education.fr/ferronier/ferronier) permettant de collecter et d'afficher la liste des projets d'un profil ou groupe Gitlab.

Local use
---------

The following variables are [automatically set by Gitlab-CI](https://docs.gitlab.com/ci/variables/predefined_variables/), but are expected if your are using this plugin locally.

| Variable                  | [Gitlab](https://gitlab.com) | [Framagit](https://framagit.org) | [LaForgeÉdu](https://forge.apps.education.fr) |
|---------------------------|------------------------------|----------------------------------|-----------------------------------------------|
| `CI_API_V4_URL`           | `https://gitlab.com/api/v4/` | `https://framagit.org/api/v4/`   | `https://forge.apps.education.fr/api/v4/`     |
| `CI_PAGES_DOMAIN`         | `gitlab.io`                  | `frama.io`                       | `forge.apps.education.fr`                     |
| `CI_PROJECT_ID`           |                              |                                  |                                               |
| `CI_PROJECT_NAMESPACE_ID` |                              |                                  |                                               |
| `CI_SERVER_URL`           | `https://gitlab.com`         | `https://framagit.org`           | `https://forge.apps.education.fr`             |

And variable `GITLAB_API_KEY` contain a Gitlab API token, with read permissions ([read the doc](https://ferronier.forge.apps.education.fr/plugins/ferronier-gitlab/en/#create-a-gitlab-token-and-add-it-to-your-pipeline-variables)).
