ape icon indicating copy to clipboard operation
ape copied to clipboard

General: Replace PyGithub w/ GHapi

Open fubuloubu opened this issue 4 years ago • 4 comments

PyGithub is LGPL licensed, switch to Apache license here:

https://github.com/fastai/ghapi

fubuloubu avatar Apr 13 '21 19:04 fubuloubu

Is GPLv2 license okay?

antazoey avatar Jan 27 '22 18:01 antazoey

pygit2 is GPLv2 and is a more generic git client

antazoey avatar Jan 27 '22 18:01 antazoey

pygit2 is GPLv2 and is a more generic git client

I believe GPLv2 is copy left, meaning you have to have a license with equal or greater rights or your in violation. Hmm... Afraid to audit this lol

fubuloubu avatar Jan 27 '22 21:01 fubuloubu

We could also probably make do with using requests and avoiding installing a 3rd party library altogether. We only make a couple requests!

antazoey avatar Nov 21 '22 14:11 antazoey