blob: ab3f77b9bfb32f78d99158c68c56c6411beaf1c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
.. image:: https://travis-ci.org/gpocentek/python-gitlab.svg?branch=master
:target: https://travis-ci.org/gpocentek/python-gitlab
Python GitLab
=============
``python-gitlab`` is a Python package providing access to the GitLab server API.
It supports the v3 api of GitLab, and provides a CLI tool (``gitlab``).
Installation
============
Requirements
------------
python-gitlab depends on:
* `python-requests <http://docs.python-requests.org/en/latest/>`_
* `six <https://pythonhosted.org/six/>`_
Install with pip
----------------
.. code-block:: console
pip install python-gitlab
Bug reports
===========
Please report bugs and feature requests at
https://github.com/gpocentek/python-gitlab/issues.
Documentation
=============
The documentation for CLI and API is available on `readthedocs
<http://python-gitlab.readthedocs.org/en/stable/>`_.
|