Ragex.Analyzers.Python
(Ragex v0.10.1)
View Source
Analyzes Python code to extract modules, functions, calls, and dependencies.
Shells out to Python to use the ast module for parsing, then extracts information from the returned JSON.