Skip to content

Araxeus/pip-upgrade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>.

About

Tiny cli utility to update all python/pip packages, written in Rust 🦀

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages