pip-index
Inspect package index version information
TLDR
List available versions
$ pip index versions [package]
Show available versions with pre-releases$ pip index versions --pre [package]
SYNOPSIS
pip index command [options] package
DESCRIPTION
pip index inspects package index information. Shows available versions for packages from PyPI or custom indexes. Useful for checking which versions are available before installation.
PARAMETERS
versions package
List available versions for package.--pre
Include pre-release versions.-i, --index-url url
Use custom package index.
SEE ALSO
pip(1), pip-search(1), pip-install(1)
