Skip to content

mrlesmithjr/python-gitlab-api

Repository files navigation

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.

About

No description or website provided.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages