mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-09 07:23:18 -05:00
Merge pull request #2938 from vitali87/add-code-graph-rag
feat: add code-graph-rag to Code Analysis section
This commit is contained in:
@@ -234,6 +234,7 @@ _Libraries for caching data._
|
||||
_Tools of static analysis, linters and code quality checkers. Also see [awesome-static-analysis](https://github.com/mre/awesome-static-analysis)._
|
||||
|
||||
- Code Analysis
|
||||
- [code-graph-rag](https://github.com/vitali87/code-graph-rag) - Builds knowledge graphs from multi-language codebases using Tree-sitter and Memgraph, enabling natural language querying of code structure.
|
||||
- [code2flow](https://github.com/scottrogowski/code2flow) - Turn your Python and JavaScript code into DOT flowcharts.
|
||||
- [prospector](https://github.com/PyCQA/prospector) - A tool to analyze Python code.
|
||||
- [vulture](https://github.com/jendrikseipp/vulture) - A tool for finding and analyzing dead Python code.
|
||||
|
||||
Reference in New Issue
Block a user