pluGET icon indicating copy to clipboard operation
pluGET copied to clipboard

setup.py compatible

Open combro2k opened this issue 3 years ago • 6 comments

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?

combro2k avatar May 29 '21 14:05 combro2k

Nevermind I found the issue ... I need to rewrite a little bit it seem to allow this :-)

combro2k avatar May 29 '21 15:05 combro2k

Ok finished it, its somewhat hacky.. you can check it out and if you want I can initiate a pull request.

combro2k avatar May 29 '21 17:05 combro2k

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?

Neocky avatar May 29 '21 19:05 Neocky

Hi yes, but there are some other issues yet to address, I saw there was no 'try, except' when there is an 404 :-)

combro2k avatar May 29 '21 20:05 combro2k

Ah i see. Then work on the other issues and then create a pull request!

Neocky avatar May 29 '21 21:05 Neocky

@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.

RobThePCGuy avatar Jul 28 '22 04:07 RobThePCGuy