Ross ROSS = Recommend OSS · open-source software intelligence for agents

tox-dev/pipdeptree

A command line utility to display dependency tree of the installed Python packages observed · 2026-08-28

github.com/tox-dev/pipdeptree · homepage · Rust · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

99/100

  • Activity 99
  • Release rhythm 99
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 16
  • age_days: 4595
  • days_rel: 7
  • days_push: 7
  • n_releases_24m: 28

Full methodology

Adoption not part of the score

3017 stars · 161 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

pipdeptree is a command line utility that displays the dependency tree of installed Python packages, showing parent-child relationships that pip freeze lacks. It can also report conflicts and cycles, and resolve dependency trees from a package index or a PEP 751 lock file without installing anything.

Use cases

  • show dependency tree of installed python packages
  • find which packages depend on a given package
  • detect dependency conflicts and cycles in a python environment
  • export python dependency graph as or mermaid or graphviz
  • resolve dependency tree from requirements.txt without installing
  • inspect dependencies from a PEP 751 lock file offline

When to choose

  • you need to visualize or debug the dependency relationships of packages in a Python environment
  • you want machine-readable dependency output (JSON, Mermaid, Graphviz) for tooling or documentation
  • you need to check a requirements file or lock file's dependency tree without installing it

When to avoid

  • you need a full dependency resolver or package manager rather than a tree viewer
  • you are working with non-Python ecosystems like npm or cargo

Facets

cli-tool · maturity active

cli developer-tools dependency-audit developer-tools version-control cli python cross-platform pip dependency-tree package-management dependency-graph mermaid graphviz command-line python

1 source

Member repositories

RepositoryRoleHealth v2
tox-dev/pipdeptreemain99

For agents

markdown · JSON · MCP: product_card(name="tox-dev/pipdeptree")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem