Python tooling product
vt100logging
A lightweight Python utility that makes terminal logs easier to scan by adding VT100-colored output on top of the standard logging module.
vt100logging started as a narrow internal-quality problem worth solving properly: developers and operators read terminal logs constantly, so log severity should be visible immediately without setting up a heavy logging stack. The result is a small public product with a clear install path, a thin API surface, and packaging disciplined enough for reuse.