py-gast-0.6.0

Python AST that abstracts the underlying Python version

Index | devel

Description

A generic AST to represent Python'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.

Homepage: https://github.com/serge-sans-paille/gast/