slackbuilds_ponce/python/pipdeptree
Dimitris Zlatanidis 576e8d3eca
python/pipdeptree: Updated for version 0.6.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
2016-07-17 07:49:47 +07: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.