LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

poetry-show

Display installed package information

TLDR

List all installed packages
$ poetry show
copy
Show details for a specific package
$ poetry show [package]
copy
Show the full dependency tree
$ poetry show --tree
copy
Show only top-level dependencies
$ poetry show --top-level
copy
Show outdated packages with latest versions
$ poetry show --outdated --latest
copy
Show why a package is required
$ poetry show --why [package]
copy
Output package list as JSON
$ poetry show --format json
copy

SYNOPSIS

poetry show [options] [package]

DESCRIPTION

poetry show displays information about installed packages in the project. Without arguments, it lists all installed packages with their versions and descriptions. When given a package name, it shows detailed information including dependencies and available versions.The --tree flag displays the dependency tree showing how packages relate to each other. The --outdated flag highlights packages with newer versions available, and --top-level shows only direct project dependencies.

PARAMETERS

PACKAGE

Package to show details for.
--tree
Show dependency tree.
--top-level
Only show top-level dependencies.
--outdated
Show outdated packages.
--latest
Show latest available versions.
--why
Show whether packages are a direct dependency or required by other packages.
-a, --all
Show all packages including development dependencies.
-f, --format FORMAT
Output format: text (default) or json. Cannot be combined with --tree.

INSTALL

sudo dnf install poetry
copy
sudo apk add poetry
copy
brew install poetry
copy
nix profile install nixpkgs#poetry
copy

CAVEATS

Requires valid lock file. Shows installed state.

HISTORY

poetry show provides dependency inspection for Poetry projects.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid