Safedump v1.0.0 — Stable API
Safedump v1.0.0 — Initial Stable Release
Local-first crash diagnostics for Python. Capture full debugging context, redact secrets automatically, and inspect crashes offline.
🎉 First Stable Release
After passing through design review, architecture specification, and 67 tests, Safedump v1.0.0 is ready.
✨ What's Included
- Core crash capture — walk tracebacks, extract locals, capture environment (Python 3.9–3.13)
- Secret redaction — automatic denylist + regex detection + custom rules
- Rich terminal viewer —
safedump viewwith syntax-highlighted crash reports - CLI tools —
view,list,clean,test - Plugin system —
register_serializer()for custom types - Config presets —
configure(preset="production") - Privacy tiers — 0 (minimal) through 4 (debug)
- Cross-thread capture — all threads captured at crash time
before_capturehook — pre-processing before report generation- Double-fault guard — original traceback always preserved
📦 Install
bash
pip install safedump