ASTTokens
ASTTokens is a Python library that enables mapping between Python source code and abstract syntax tree (AST) nodes, providing utilities to find the original source text corresponding to AST nodes and vice versa. It helps with source code analysis, manipulation, and transformation tasks.