loongson/pypi/: gast-0.5.3 metadata and description
Python AST that abstracts the underlying Python version
author | serge-sans-paille |
author_email | serge.guelton@telecom-bretagne.eu |
classifiers |
|
license | BSD 3-Clause |
platform |
|
requires_python | >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.* |
Because this project isn't in the mirror_whitelist
,
no releases from root/pypi are included.
File | Tox results | History |
---|---|---|
gast-0.5.3-py3-none-any.whl
|
|
|
gast-0.5.3.tar.gz
|
|
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.