Skip to content

Commit 4ac7a30

Browse files
committed
Tweak README
1 parent aff1afb commit 4ac7a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A Python wrapper for GitLab API v3.
44

55
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.
66

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 until I start to implement that project, testing will remain minimal.
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.
88

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

0 commit comments

Comments
 (0)