python3-gast

compatibility layer for the AST of various Python versions (Python3 version)
  https://github.com/serge-sans-paille/gast
  0
  no reviews



Provides an homogeneous API over the Abstract Syntax Trees of various Python versions (including Python 2 and Python 3), which itself is compatible with the standard library "ast" module API.

This package contains the Python 3 version of the library.