loongson/pypi/: gast-0.5.3 metadata and description

Homepage Simple index

Python AST that abstracts the underlying Python version

author serge-sans-paille
author_email serge.guelton@telecom-bretagne.eu
classifiers
  • Development Status :: 4 - Beta
  • Environment :: Console
  • Intended Audience :: Developers
  • License :: OSI Approved :: BSD License
  • Natural Language :: English
  • Programming Language :: Python :: 2
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.4
  • Programming Language :: Python :: 3.5
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
license BSD 3-Clause
platform
  • UNKNOWN
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
Size
19 KB
Type
Python Wheel
Python
3
gast-0.5.3.tar.gz
Size
24 KB
Type
Source

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.