cknd/stackprinter
Debugging-friendly exceptions for Python observed · 2026-08-28
Health v2 · maintenance only
71/100
- Activity 77
- Release rhythm 48
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2919
- days_rel: 138
- days_push: 138
- n_releases_24m: 1
Adoption not part of the score
1299 stars · 44 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Python library that produces enhanced exception tracebacks showing source code context and the current values of nearby variables. It prints to the console or returns a string suitable for logging, making crashes easier to diagnose without an interactive debugger.
Use cases
- debug python exceptions with variable values
- print better tracebacks in log files
- show source context and variable state on crashes
- format exceptions for error logging
- debug code running on remote servers with only logs
- replace default python traceback output
When to choose
- you need detailed crash diagnostics in log files where no debugger is available
- you want variable values captured at the moment of an exception
- you want a lightweight drop-in replacement for Python's default traceback formatting
When to avoid
- you need a full error monitoring and aggregation service like Sentry
- you want an interactive step debugger
- you are not working in Python
Facets
library · maturity stable
logging error-handling developer-tools developer-tools python cross-platform tracebacks debugging exceptions error-reporting python
2 sources
- readme: https://github.com/cknd/stackprinter · fetched 2026-08-28 · 7be9516ff56f
- registry_pypi: https://pypi.org/pypi/stackprinter/json · fetched 2026-08-29 · 0d0ba03017a5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| cknd/stackprinter | main | 71 |
For agents
markdown · JSON · MCP: product_card(name="cknd/stackprinter")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem