gast (0.6.0)
Published 2025-06-28 16:32:57 +00:00 by publish
Installation
pip install --index-url gastAbout this package
Python AST that abstracts the underlying Python version
A generic AST to represent Python2 and Python3's Abstract Syntax Tree(AST).
GAST provides a compatibility layer between the AST of various Python versions,
as produced by ast.parse from the standard ast module.
Requirements
Requires Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*