Skip to content

Commit cac4e32

Browse files
committed
Tweak README
1 parent 3f13b8c commit cac4e32

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
A Python wrapper for GitLab API v3.
44

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).
86

97
# Dependencies
108
* [python-requests](http://docs.python-requests.org/en/latest/)

0 commit comments

Comments
 (0)