diff options
author | Steve Wills <swills@FreeBSD.org> | 2018-04-17 04:17:13 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2018-04-17 04:17:13 +0000 |
commit | c91db496c677f531ca1497c9aaf819045203972b (patch) | |
tree | 0476207c6fce6c8fb49dc8d2358477b390317dbd /devel/py-python-gitlab/pkg-descr | |
parent | www/py-httmock: create port (diff) |
devel/py-python-gitlab: create port
python-gitlab is a Python package providing access to the GitLab server API.
It supports the v3 and v4 APIs of GitLab, and provides a CLI tool (gitlab).
WWW: https://github.com/python-gitlab/python-gitlab
PR: 226290
Submitted by: dereks@lifeofadishwasher.com
Notes
Notes:
svn path=/head/; revision=467558
Diffstat (limited to 'devel/py-python-gitlab/pkg-descr')
-rw-r--r-- | devel/py-python-gitlab/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/py-python-gitlab/pkg-descr b/devel/py-python-gitlab/pkg-descr new file mode 100644 index 000000000000..348dc034b695 --- /dev/null +++ b/devel/py-python-gitlab/pkg-descr @@ -0,0 +1,5 @@ +python-gitlab is a Python package providing access to the GitLab server API. + +It supports the v3 and v4 APIs of GitLab, and provides a CLI tool (gitlab). + +WWW: https://github.com/python-gitlab/python-gitlab |