# thebjorn/pydeps

Python Module Dependency graphs

Repository: https://github.com/thebjorn/pydeps
Canonical: https://ross.abutalabs.com/products/pydeps
Homepage: https://pydeps.readthedocs.io/en/latest/
Language: Python
License: BSD-2-Clause
License Family: permissive
Last push: 2026-08-25T14:00:47+00:00

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

## Adoption (not part of the score)
Stars 2106, forks 134 (observed 2026-08-28T04:06:13.919187+00:00)

## What it is
pydeps is a command-line tool that visualizes Python module dependency graphs using Graphviz. It analyzes a Python package's imports and renders them as dependency diagrams with options for clustering, filtering, and output formats.

## Use cases
- visualize python module dependency graph
- find circular imports in my package
- generate a dependency diagram for a codebase
- analyze which modules import which
- render package structure as a graph

## When to choose
- you need a visual map of a Python package's internal module dependencies
- you want CLI-based analysis with Graphviz rendering and filtering options

## When to avoid
- you need dependency analysis for non-Python languages
- you want runtime dependency injection rather than static visualization

## Facets
- artifact type: cli-tool
- maturity: active
- function: developer-tools, data-visualization, parser
- domain: developer-tools
- platform: cli, python, cross-platform
- tags: dependency-graph, graphviz, module-dependencies, code-analysis, visualization, command-line, python

## Member repositories
- thebjorn/pydeps (main) score 94

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:13.919187+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-30T02:54:00.660547+00:00, confidence not recorded.
  - readme: https://github.com/thebjorn/pydeps (fetched 2026-08-28T04:06:13.919187+00:00, sha 51bf6a752afa)
  - registry_pypi: https://pypi.org/pypi/pydeps/json (fetched 2026-08-29T10:34:48.056302+00:00, sha 7c61e4908e85)
- Data as of 2026-08-30T08:39:29.467469+00:00.
