Find outdated python packages installed with pipx
Project description
Piplexed
Find outdated packages installed with pipx or uv
Piplexed is a command line tool to identify outdated python packages, installed from PyPI, via pipx or uv (using the uv tool command).
Documentation: https://aj-white.github.io/piplexed/
⛳ Table of Contents
🔧 Usage
Show Outdated Packages (Tools)
Ignores prelease and dev releases by default.
Installed with Pipx
piplexed list --outdated
Installed with uv
piplexed list --outdated --tool uv
Show outdated packages (include pre or dev releases)
Installed with pipx
piplexed list --outdated --pre
Installed with uv
piplexed list --outdated --pre --tool uv
List Installed Packages
With pipx
piplexed list
Outputs similar information to pipx list, albeit minus the names of the binaries, in a rich table format.
piplexed list --tree
An optional tree flag can be passed for a tree view (less useful if there are a lot of packages)
With UV
piplexed list --tool uv
👷♀️ Installation
Piplexed is designed to be installed globally via pipx or uv.
To install piplexed:
pipx install piplexed
or
uv tool install piplexed
Alternatively you can run it wihtout installation, supplying the required arguments shown below
pipx run -- piplexed <ARGS>
or
uv tool run piplexed <ARGS>
❓ Why piplexed
The name piplexed is a play on words, it contains the letters for pipx and I was also mildly perplexed trying to find a simpler way to identify outdated pipx installed packages, only to discover it didn't exist. Put the two together and well.... you get the idea (naming things is hard after all!). For a longer answer see the documentation.
🩹 Caveats
Piplexed is a project that I built for my workflow, but it may not work for everyone.
It is only intended to work for packages that are installed from PyPI, so will not work for local packages or git/url etc.
📝 License
Piplexed is distributed under the terms of the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file piplexed-1.1.0.tar.gz.
File metadata
- Download URL: piplexed-1.1.0.tar.gz
- Upload date:
- Size: 157.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.25.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e04dfc987c245da7ad1d698ce578976c69e51d999e17a36eb2a62c9bc99bb766
|
|
| MD5 |
d5a2a3ddc2cd84977d2cf3e2351b387a
|
|
| BLAKE2b-256 |
b39bee4be8e1cc57e5cd6d430498fd0f998003a1155e3310724c568588d62109
|
File details
Details for the file piplexed-1.1.0-py3-none-any.whl.
File metadata
- Download URL: piplexed-1.1.0-py3-none-any.whl
- Upload date:
- Size: 12.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.25.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5784aa5720f303dc1a657bebc50803f815412b9eadd19a5cac956f03da3e16a5
|
|
| MD5 |
99b95a31077a0887cee15ae0f4f51823
|
|
| BLAKE2b-256 |
ed28bd34fa07d06940aff21dd834f182f433c6fd6bc206aa64afd8b5ec72ff2c
|