slackbuilds_ponce/python/pipdeptree
Dimitris Zlatanidis 117fbc6af0 python/pipdeptree: Added (show dependency tree of packages).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-02-08 11:10:11 -06:00
..
pipdeptree.info
pipdeptree.SlackBuild
README
slack-desc

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.