Skip to content
This repository was archived by the owner on Jun 7, 2026. It is now read-only.

Latest commit

 

History

History
53 lines (31 loc) · 1.4 KB

File metadata and controls

53 lines (31 loc) · 1.4 KB

python-gitlab-api

This project provides the ability to manage GitLab functionality using python and the GitLab API.

Build Status

GitHub Actions

Python Test

Travis CI

Build Status

Requirements

GitLab API Personal Token

You will need to create a GitLab API Personal Token in order to authenticate.

To use your token you will either need to use --token PersonalAccessToken or create/edit a ~/.netrc.

The ~/.netrc file should look like:

machine gitlab.com
password = PersonalAccessToken

Dependencies

Usage

To view the different usages available checkout the usage guide.

License

MIT

Author Information

Larry Smith Jr.

NOTE: Repo has been created/updated using https://github.com/mrlesmithjr/cookiecutter-python-project as a template.