ITADN

RFC: jedidb, a jedi-based CLI with database for exploring python code

#2088Closedmhalle 创建于 2026-02-05
M
mhallecommented
Hi there, I've been working on tools that help LLMs better understand codebases. I recently auto-coded a python CLI that uses jedi to build a searchable database of code (duckdb backed by parquet tables for high compression, along with full text search). It's called jedidb. ( https://github.com/mhalle/jedidb ) I use it with Claude Code and it works really well for my code as well as larger packages like Django. Claude can quickly understand the complexity of the internals of a package without having to read code. if the source code is available, jedidb can return that too. Very early alpha, but it works quite well. Please let me know what you think!
关闭于 2026-02-05 3 条评论