textual-astview
Python AST viewer for the terminal
TLDR
Explore the AST of a Python file
$ astare [my_script.py]
SYNOPSIS
astare python-file
DESCRIPTION
textual-astview is a command-line tool for displaying and exploring the Python Abstract Syntax Tree. It loads a Python source file and shows its AST in an interactive tree alongside the source code.
HISTORY
textual-astview was created by Dave Pearson (davep) and is written in Python using the Textual framework.

