ape
ape copied to clipboard
General: Replace PyGithub w/ GHapi
PyGithub is LGPL licensed, switch to Apache license here:
https://github.com/fastai/ghapi
Is GPLv2 license okay?
pygit2 is GPLv2 and is a more generic git client
pygit2isGPLv2and is a more genericgitclient
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
We could also probably make do with using requests and avoiding installing a 3rd party library altogether. We only make a couple requests!