This project provides the ability to manage GitLab functionality using python and the GitLab API.
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
To view the different usages available checkout the usage guide.
MIT
Larry Smith Jr.
NOTE: Repo has been created/updated using https://github.com/mrlesmithjr/cookiecutter-python-project as a template.