You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,7 @@
2
2
3
3
A Python wrapper for GitLab API v3.
4
4
5
-
There are existing python wrappers (notably, http://github.com/gpocentek/python-gitlab and http://github.com/Itxaka/python-gitlab), but I'm not fond of their interface/usage and, more importantly, I wanted a weekend project to abuse Python with. This also provides complete coverage of the GitLab API and is easily maintainable.
6
-
7
-
Disclaimer: Testing as of now has been minimal. I wrote this for use in a planned personal project, without the intention of open sourcing it, and have yet to get to that project. Testing thus far has consisted of a quick and dirty script filled with component tests that covers core functionality.
5
+
There are existing python wrappers (notably, http://github.com/gpocentek/python-gitlab and http://github.com/Itxaka/python-gitlab), but I'm not fond of their interface/usage. In addition, this provides complete coverage of the GitLab API (and is easily maintainable).
0 commit comments