Pipdeptree

Use this skill when the user wants to see Python package dependencies, view dependency tree, find conflicting packages, or understand Python package relationships.

javimosch 3526f3f 932 B Updated

File contents

pipdeptree Plugin

Display Python package dependency tree.

Commands

Tree

  • pipdeptree tree show — Show package dependency tree
  • pipdeptree tree json — Show package dependency tree as JSON
  • pipdeptree tree warn — Show conflicting/warning packages

Usage Examples

  • "Show the dependency tree for installed packages"
  • "Which packages depend on requests?"
  • "Find conflicting dependencies"
  • "Show dependency tree as JSON"

Installation

pip install pipdeptree

Examples

# Show full tree
pipdeptree

# JSON output
pipdeptree --json

# Show package only
pipdeptree -p flask

# Show warnings
pipdeptree --warn

# Reverse tree (show what depends on what)
pipdeptree --reverse

javimosch/supercli/tree/main/plugins/pipdeptree/skills/quickstart commit 3526f3f89f

Frequently asked questions

npx skillmds@latest add javimosch/pipdeptree