Skip to main content

Module python_ast_parser

Module python_ast_parser 

Source
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_function etc.)

Structsยง

PythonAstParser
Advanced Python AST parser for package.py files