dttb
DateTime TraceBack
A lightweight Python package that attaches timestamps to exception tracebacks, making it easier to debug and correlate errors with logs.
❌ Before:
✅ After:
Quick Start
[2026-01-15 22:37:09.882049]
Traceback (most recent call last):
File "demo.py", line 5, in <module>
1 / 0
ZeroDivisionError: division by zero
Next Steps
- Installation - How to install dttb
- Usage - Detailed usage examples
- API Reference - Complete API documentation