yusufchang / pyapi-gitlab

pyapi-gitlab is a python wrapper for the Gitlab API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyapi-gitlab

pyapi-gitlab is a python wrapper for the Gitlab API.

Build Status PyPI version Coverage Status PyPi downloads Bitdeli Badge

Requirements

  • requests
  • markdown

Installation

pyapi-gitlab is now on Pypi!

Depending on the gitlab version you are using (check it on your help section on gitlab) you will need a different version.

Gitlab 5.4:

pip install pyapi-gitlab==5.4-0

Gitlab 6.0 or 6.1:

pip install pyapi-gitlab==6.1.6

Gitlab 6.2:

pip install pyapi-gitlab==6.2.3

pyapi-gitlab supports python version 2.6, 2.7 and 3.3

Examples/Documentation

Check the docs at readthedocs.org

License

pyapi-gitlab is licensed under the GPL3. Check the LICENSE file.

About

pyapi-gitlab is a python wrapper for the Gitlab API.

License:GNU General Public License v3.0