You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
B. Watson 2e3bd81ced
python/pipdeptree: Fix slack-desc.
9 years ago
..
README python/pipdeptree: Added (show dependency tree of packages). 12 years ago
pipdeptree.SlackBuild python/pipdeptree: Updated for version 0.8.0. 9 years ago
pipdeptree.info python/pipdeptree: Updated for version 0.8.0. 9 years ago
slack-desc python/pipdeptree: Fix slack-desc. 9 years ago

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.