Project: gast

Python AST that abstracts the underlying Python version

Project Details

Latest version
0.5.4
Home Page
https://github.com/serge-sans-paille/gast/
PyPI Page
https://pypi.org/project/gast/

Project Popularity

PageRank
0.007458095014729607
Number of downloads
12938017

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.