Skip to content

Getting Started

Basic Usage

Now that you have piplexed installed, you can check for newer versions on PyPI of your installed packages/tools.

The default is to ignore pre-release versions.

piplexed list --outdated
Example Output: list --outdated

piplexed list --outdated --tool uv
piplexed list --outdated --tool all

If you wish to include pre-release versions you can use the --pre flag.

piplexed list --outdated --pre
Example Output: list --outdated --pre

piplexed list --outdated --pre --tool uv
Example Output: list --outdated --pre --tool uv

piplexed list --outdated --pre --tool all

Installed Tools

You can also list the installed packages/tools name, version and python version of the virtual environment. This is similar to pipx list or uv tool list

piplexed list
Example Output: list

piplexed list --tool uv
piplexed list --tool all

If you prefer there is also a tree view option.

piplexed list --tree
Example Tree Output

Warning

The tree view is not recommended if there are a lot of packages to view