Skip to content

amordue/pyapi-gitlab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 92.7%
  • Shell 7.3%