gast

Python AST that abstracts the underlying Python version

BSD 3-Clause 24 个版本 Python !=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7
serge-sans-paille <serge.guelton@telecom-bretagne.eu>
安装
pip install gast
poetry add gast
pipenv install gast
conda install gast
描述

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.