Expand description
Advanced Python AST parser for package.py files using RustPython.
This module is split into focused submodules:
types: Core data types (PythonValue,ParsingContext,PackageData)eval: Expression evaluation (evaluate_*)extract: Typed value extraction (extract_*)commands: Rex DSL command parsing (process_commands_functionetc.)
Structsยง
- Python
AstParser - Advanced Python AST parser for package.py files