summaryrefslogtreecommitdiffstats
path: root/python/pipdeptree/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2014-02-06 19:18:15 +0700
committer Erik Hanson <erik@slackbuilds.org>2014-02-08 11:10:11 -0600
commit117fbc6af05f0d4cef3c95e922d3d9245e7d1778 (patch)
treee0d1736066f3892ae8ded437b085a985f9d79c53 /python/pipdeptree/README
parent2707fc455f2e8cc22aee5652aecaaceaa5ddb1c5 (diff)
downloadslackbuilds-117fbc6af05f0d4cef3c95e922d3d9245e7d1778.tar.gz
slackbuilds-117fbc6af05f0d4cef3c95e922d3d9245e7d1778.tar.xz
python/pipdeptree: Added (show dependency tree of packages).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pipdeptree/README')
-rw-r--r--python/pipdeptree/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/pipdeptree/README b/python/pipdeptree/README
new file mode 100644
index 0000000000..fb33f30749
--- /dev/null
+++ b/python/pipdeptree/README
@@ -0,0 +1,6 @@
+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.