#upgrade #pip #update #command #python-packages #global #command-line-tool

bin+lib pip-upgrade

Tiny cli utility to update all your installed Python packages

4 releases

0.2.1 Mar 2, 2023
0.2.0 Feb 25, 2023
0.1.1 Feb 25, 2023
0.1.0 Feb 25, 2023

#1319 in Development tools

42 downloads per month

MIT license

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.

upgrade.gif

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

outdated.gif

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
~88K SLoC