slackbuilds/python/pipdeptree
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
pipdeptree.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
pipdeptree.info python/pipdeptree: Update DEP. 2021-04-19 19:35:02 +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.