gak/pycallgraph
pycallgraph is a Python module that creates call graphs for Python programs. observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived
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: n/a
- age_days: 6232
- days_rel: n/a
- days_push: 877
- n_releases_24m: 0
Adoption not part of the score
1858 stars · 343 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
pycallgraph is a Python module that generates call graph visualizations for Python programs, usable from the command line or as an imported library. It renders static call graphs with tools like Graphviz and Gephi, with customizable colors based on call counts, execution time, or memory usage.
Use cases
- visualize call graphs for python code
- profile which functions are called most often
- generate call graph images with graphviz
- understand control flow of an unfamiliar python codebase
- color code functions by time or memory usage
- trace function calls in a python script
When to choose
- you need a quick static call graph of a Python 2.7/3.3 program
- you want command-line or programmatic call graph generation with Graphviz/Gephi output
- you are okay using an unmaintained tool on legacy code
When to avoid
- you need a maintained tool - the project is explicitly abandoned and points to forks like Lewiscowles1986/py-call-graph
- you need support for modern Python versions beyond 3.3
- you need dynamic/interactive profiling rather than static visualization
Facets
library · maturity abandoned
developer-tools data-visualization cli graphics developer-tools data-visualization python cli cross-platform call-graph profiling code-analysis graphviz gephi unmaintained python
1 source
- readme: https://github.com/gak/pycallgraph · fetched 2026-08-28 · cc7ea3790ee1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| gak/pycallgraph | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem