slackbuilds/python/pipdeptree
Dimitris Zlatanidis 6092f8e982
python/pipdeptree: Updated for version 2.2.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-03-01 19:35:36 +07:00
..
README python/pipdeptree: Added (show dependency tree of packages). 2014-02-08 11:10:11 -06:00
pipdeptree.SlackBuild python/pipdeptree: Updated for version 2.2.1. 2022-03-01 19:35:36 +07:00
pipdeptree.info python/pipdeptree: Updated for version 2.2.1. 2022-03-01 19:35:36 +07:00
slack-desc python/pipdeptree: Fix slack-desc. 2016-11-14 16:47:23 +07:00

README

pipdeptree is a command line utility for displaying the python
packages installed in an environment in form of a dependency
tree. 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. This utility tries to solve this
problem.