Scalpel is a Python program analysis framework for building static analysis tools (e.g., call graph extraction, type inference, SSA construction). The current version is 1.0b0 (pre-release beta). Release cadence is irregular; last updated 2022.
pip install python-scalpelVerified import paths — ran on the pinned version, not inferred.
Analyze a Python file and extract its call graph.
Pin to exact version and test thoroughly.
Use `from scalpel import Scalpel`.
Prefer Python 3.8 or 3.9 for production use.
No dependency data recorded yet.