A lightweight Python static analysis tool that generates a structured Markdown map of your project's architecture.
Onboarding to a new codebase is hard. This script scans a directory and extracts a high-level overview of classes and public methods using Python's Abstract Syntax Tree (AST), helping developers understand "what lives where" without manual auditing.
-
Clone the repository.
-
Install testing dependencies:
pip install -r requirements.txt