gruns/icecream
🍦 Never use print() to debug again. observed · 2026-08-28
Health v2 · maintenance only
87/100
- Activity 98
- Release rhythm 65
- Longevity 100
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: 38.0
- age_days: 3123
- days_rel: 152
- days_push: 12
- n_releases_24m: 9
Adoption not part of the score
10109 stars · 227 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
IceCream is a Python library that provides the ic() function as a smarter replacement for print() debugging. It prints expressions alongside their values, pretty-prints data structures with syntax highlighting, and can report execution context like filename, line number, and parent function.
Use cases
- debug python code without print statements
- print variable names and values together
- inspect expressions while debugging
- trace which parts of code execute
- pretty print data structures during debugging
- add quick debug output with file and line numbers
When to choose
- you rely on print() or log() for quick debugging in Python
- you want to see both the expression and its value in debug output
- you need formatted, syntax-highlighted output of complex data structures
- you want a drop-in debug helper that returns its arguments
When to avoid
- you need structured or production-grade logging with levels and handlers
- you want a full interactive debugger like pdb
- your project is not Python
Facets
library · maturity stable
logging developer-tools cli developer-tools python cross-platform print-debugging debugging-tool syntax-highlighting pretty-printing python3 pypy debugging python
2 sources
- readme: https://github.com/gruns/icecream · fetched 2026-08-28 · f73e3068d31f
- registry_pypi: https://pypi.org/pypi/icecream/json · fetched 2026-08-29 · 5105ee705270
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| gruns/icecream | main | 87 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem