Neocky / pluGET

📦 Powerful Package manager which updates plugins & server software for minecraft servers
Apache License 2.0
150 stars 27 forks source link

setup.py compatible #25

Open combro2k opened 3 years ago

combro2k commented 3 years ago

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 commented 3 years ago

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

combro2k commented 3 years ago

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

Neocky commented 3 years ago

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?

combro2k commented 3 years ago

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

Neocky commented 3 years ago

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

RobThePCGuy commented 2 years ago

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