A windows package-manager manager. This Python 3.11.1 script supports Chocolatey, pip, python venvs, gup and repositories that have been cloned via git clone
.
- Gets the changelog for the upgraded packages depending on user settings:
versionNotificationSettings={
"Major Versions": True,
"Minor Versions": False,
"Patch Versions": False
}
- Get number of total upgrades, with individual indicators for:
- Major upgrades
- Minor upgrades
- Patch upgrades
git clone https://github.com/ItsIgnacioPortal/fupdate
cd fupdate
python fupdate.py
Consider adding fupdate as a git repo to be updated in the script.
This script includes examples for how to update a github repo. (CTRL+F githubSearch
). Make sure to remove those lines if you don't need them, as otherwise it would trigger an error.