5 unstable releases
0.3.0 | May 31, 2024 |
---|---|
0.2.1 | Mar 2, 2023 |
0.2.0 | Feb 25, 2023 |
0.1.1 | Feb 25, 2023 |
0.1.0 | Feb 25, 2023 |
#1052 in Development tools
252 downloads per month
300KB
109 lines
pip-upgrade
Made in Rust 🦀
This tool is designed to help you upgrade your globally installed Python packages
Installation
cargo install pip-upgrade
Available Commands
pip-upgrade
This command will upgrade all of your installed Python packages to the latest version.
pip-upgrade --outdated
This command will show you if any of your installed Python packages are out of date.
alias: pip-upgrade -o
or pip-upgrade o
or pip-upgrade outdated
How it works
To get outdated packages, it will parse pip list --outdated --format=json
Then if upgrading, it will run pip install --upgrade <package>
.
Dependencies
~0.8–11MB
~76K SLoC