onelivesleft/PrettyErrors
Prettify Python exception output to make it legible. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 2848
- days_rel: n/a
- days_push: 911
- n_releases_24m: 0
Adoption not part of the score
2873 stars · 86 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Python library that reformats exception tracebacks into readable, colorized output. It can be installed globally via the Python startup procedure or imported per-project, with configurable display options.
Use cases
- make python tracebacks easier to read
- colorize python exception output in the terminal
- show local variables in stack traces
- filter stack trace frames by path whitelist or blacklist
- prettify errors when a framework overrides stderr
When to choose
- you want clearer, colorized tracebacks for CLI scripts or development
- you want a one-line global setup via python startup
- you need configurable traceback display like line numbers and local variables
When to avoid
- you need structured machine-readable error logs for production monitoring
- your environment has no color terminal support and you dislike monochrome output
- you rely on frameworks that fully control exception handling and cannot use excepthook
Facets
library · maturity stable
developer-tools error-handling logging developer-tools python cli cross-platform traceback-formatting exception-output terminal-colors excepthook command-line
1 source
- readme: https://github.com/onelivesleft/PrettyErrors · fetched 2026-08-28 · 2bce47796ce2
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| onelivesleft/PrettyErrors | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="onelivesleft/PrettyErrors")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem