gitlab icon indicating copy to clipboard operation
gitlab copied to clipboard

Migrate away from python-gitlab

Open tulir opened this issue 6 years ago • 2 comments

python-gitlab is not asyncio. Probably easiest to just write the necessary API calls manually into a library file like gitlab_hook.py is for webhooks.

tulir avatar Nov 17 '19 22:11 tulir

woulden't it be better to convert python-gitlab to async? as it is not so big as far a i can see

L0ric0 avatar Nov 19 '19 20:11 L0ric0

That would work too, although might be nicer if we can reuse the typed classes in gitlab_hook.py

tulir avatar Nov 21 '19 09:11 tulir