# tox-dev/pipdeptree

A command line utility to display dependency tree of the installed Python packages

Repository: https://github.com/tox-dev/pipdeptree
Canonical: https://ross.abutalabs.com/products/pipdeptree
Homepage: https://pipdeptree.readthedocs.io
Language: Rust
License: MIT
License Family: permissive
Topics: python, pip, dependency-graph
Last push: 2026-08-26T17:51:15+00:00

## Health v2 (maintenance only)
Score: 99/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 99, longevity 100
- inputs: {"age_days": 4595, "days_push": 7, "days_rel": 7, "gap_med": 16, "n_releases_24m": 28}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3017, forks 161 (observed 2026-08-28T04:07:38.364369+00:00)

## What it is
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
- artifact type: cli-tool
- maturity: active
- function: cli, developer-tools, dependency-audit
- domain: developer-tools, version-control
- platform: cli, python, cross-platform
- tags: pip, dependency-tree, package-management, dependency-graph, mermaid, graphviz, command-line, python

## Member repositories
- tox-dev/pipdeptree (main) score 99

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:38.364369+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:30:03.787563+00:00, confidence not recorded.
  - readme: https://github.com/tox-dev/pipdeptree (fetched 2026-08-28T04:07:38.364369+00:00, sha 7f148153a6cb)
- Data as of 2026-08-30T08:39:29.467469+00:00.
