pywsus icon indicating copy to clipboard operation
pywsus copied to clipboard

Packaging

Open spameier opened this issue 2 years ago • 4 comments

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.

spameier avatar Aug 20 '22 11:08 spameier

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

obilodeau avatar Aug 22 '22 15:08 obilodeau

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 avatar Nov 07 '22 07:11 spameier

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

spameier avatar Nov 11 '22 20:11 spameier

Hello may I ask for an update?

spameier avatar Jan 31 '23 22:01 spameier