zestyping/q
Quick and dirty debugging output for tired programmers. ⛺ 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: 4916
- days_rel: n/a
- days_push: 989
- n_releases_24m: 0
Adoption not part of the score
1304 stars · 65 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Python library for quick-and-dirty debugging output that writes values, traces, and interactive console access to /tmp/q with minimal code changes. It supports inline expression debugging via q(), q/, and q| operators, function tracing with @q, and an interactive console via q.d().
Use cases
- print variable values while debugging python code
- debug expressions in the middle of a line without temp variables
- trace function arguments and return values
- drop into an interactive console from code
- watch debug output with tail -f
When to avoid
- you need structured or production-grade logging
- you need a step debugger with breakpoints
- your project requires actively maintained dependencies
Facets
library · maturity maintenance
logging developer-tools developer-tools python cross-platform cli debugging print-debugging quick-debugging trace python-library python
2 sources
- readme: https://github.com/zestyping/q · fetched 2026-08-28 · c307f6cf98ac
- registry_pypi: https://pypi.org/pypi/q/json · fetched 2026-08-29 · 746acc0cf171
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| zestyping/q | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem