I created a tool to inspect full python codebases

작성자

카테고리:

← 피드로
DEV Community · Santiago Martinez · 2026-08-09 개발(SW)

Santiago Martinez

Hi guys,

LLMs generate a lot of code so now the bottleneck is understanding that code. For this, I created a tool using this principles: increase observability + make everything as explicit as possible + top down approach.

https://github.com/arnoldpredator/pyreplay

If you open the “FEATURES.md” file and scroll down you will see a screen capture for each of the 120+ features. You also have the README with the philosphy and the TUTORIAL.

Basically you can obtain a map to see the connections, who is doing the heavy work, and then record a run and replay it like a video, using a simple html file which you can share.

Any feedback?

원문에서 계속 ↗

코멘트

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다