8000 GitHub - becelot/python-gitlab: Python wrapper for the GitLab API
[go: up one dir, main page]

Skip to content
  • Insights
  • becelot/python-gitlab

     
     

    Folders and files

    NameName
    Last commit message
    Last commit date

    Latest commit

     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     

    Repository files navigation

    https://readthedocs.org/projects/python-gitlab/badge/?version=latest https://codecov.io/github/python-gitlab/python-gitlab/coverage.svg?branch=main

    Python GitLab

    python-gitlab is a Python package providing access to the GitLab server API.

    It supports the v4 API of GitLab, and provides a CLI tool (gitlab).

    Installation

    Requirements

    python-gitlab depends on:

    Install with pip

    pip install python-gitlab

    Using the python-gitlab docker image

    How to build

    docker build -t python-gitlab:TAG .

    How to use

    docker run -it --rm -e GITLAB_PRIVATE_TOKEN=<your token> -v /path/to/python-gitlab.cfg:/python-gitlab.cfg python-gitlab <command> ...

    or run it directly from the upstream image:

    docker run -it --rm -e GITLAB_PRIVATE_TOKEN=<your token> -v /path/to/python-gitlab.cfg:/python-gitlab.cfg registry.gitlab.com/python-gitlab/python-gitlab:latest <command> ...

    To change the GitLab URL, use -e GITLAB_URL=<your url>

    Bring your own config file: docker run -it --rm -v /path/to/python-gitlab.cfg:/python-gitlab.cfg -e GITLAB_CFG=/python-gitlab.cfg python-gitlab <command> ...

    Bug reports

    Please report bugs and feature requests at https://github.com/python-gitlab/python-gitlab/issues.

    Gitter Community Chat

    There is a gitter community chat available at https://gitter.im/python-gitlab/Lobby

    Documentation

    The full documentation for CLI and API is available on readthedocs.

    Build the docs

    You can build the documentation using sphinx:

    pip install sphinx
    python setup.py build_sphinx
    

    Contributing

    For guidelines for contributing to python-gitlab, refer to CONTRIBUTING.rst.

    About

    Python wrapper for the GitLab API

    Resources

    License

    Contributing

    Stars

    Watchers

    Forks

    Packages

    No packages published

    Languages

    • Python 99.8%
    • Other 0.2%
    0