pluGET
pluGET copied to clipboard
setup.py compatible
Hi, I am trying to create a working setup.py (see my fork) The only thing I find challenging is the missing utils, which python package is that precisely?
Nevermind I found the issue ... I need to rewrite a little bit it seem to allow this :-)
Ok finished it, its somewhat hacky.. you can check it out and if you want I can initiate a pull request.
Hey @combro2k, thank you very much for your efforts! 😃
How would you install pluGET with pip?
Via pip install git+https://github.com/Neocky/pluGET
or what do you have in mind?
Hi yes, but there are some other issues yet to address, I saw there was no 'try, except' when there is an 404 :-)
Ah i see. Then work on the other issues and then create a pull request!
@combro2k I couldn't get past an error until I tried your method. I used:
pip install git+https://github.com/combro2k/pluGET
Worked flawlessly on my Ubuntu 20.04 GCP server.