python3-pipdeptree

display dependency tree of the installed Python 3 packages

Description

Pipdeptree is a command line utility for displaying the installed Python packages in form of a dependency tree. It works for packages installed globally on a machine as well as in a virtualenv. Since pip freeze shows all dependencies as a flat list, finding out which are the top level packages and which packages do they depend on requires some effort. It can also be tedious to resolve conflicting dependencies because pip doesn't yet have true dependency resolution (more on this later). This utility tries to solve this problem.

To some extent, this tool is inspired by lein deps :tree command of Leiningen.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/naiquevin/pipdeptree


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-pipdeptree