Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.35 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.35 KB

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 (Not available yet):

pip install pyapi-gitlab==6.2.0

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.