GoSecure / pywsus

Standalone implementation of a part of the WSUS spec. Built for offensive security purposes.
https://gosecure.net/blog/
MIT License
286 stars 44 forks source link

Packaging #13

Open spameier opened 2 years ago

spameier commented 2 years ago

I like to install tools using pipx therefore i created a package from the script. The script can now be installed using pipx install git+https://github.com/spameier/pywsus@packaging.

update_handler has to be defined as a global variable, otherwise bigger changes to the script are required.

obilodeau commented 2 years ago

This looks good to me. Can you update the README to provide the new installation instructions, please?

spameier commented 1 year ago

Sorry, I've only seen your comment just now. I updated the installation instructions and also the help text because that was a bit outdated.

spameier commented 1 year ago

I avoided the global keyword by using functools.partial. If you don't like this addition, I can revert the commit of course.

spameier commented 1 year ago

Hello may I ask for an update?