Crates.io | pip-upgrade |
lib.rs | pip-upgrade |
version | 0.3.0 |
source | src |
created_at | 2023-02-25 11:32:05.705755 |
updated_at | 2024-05-31 18:29:06.441894 |
description | Tiny cli utility to update all your installed Python packages |
homepage | https://github.com/Araxeus/pip-upgrade |
repository | https://github.com/Araxeus/pip-upgrade |
max_upload_size | |
id | 794291 |
size | 305,893 |
Made in Rust 🦀
This tool is designed to help you upgrade your globally installed Python packages
cargo install pip-upgrade
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
To get outdated packages, it will parse pip list --outdated --format=json
Then if upgrading, it will run pip install --upgrade <package>
.