# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-typed-ast VERSION= 1.5.5 KEYWORDS= python VARIANTS= v11 v12 SDESC[v11]= Ast module with type comment support (3.11) SDESC[v12]= Ast module with type comment support (3.12) HOMEPAGE= https://github.com/python/typed_ast CONTACT= Python_Automaton[python@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= PYPI/t/typed-ast DISTFILE[1]= typed_ast-1.5.5.tar.gz:main DF_INDEX= 1 SPKGS[v11]= single SPKGS[v12]= single OPTIONS_AVAILABLE= PY311 PY312 OPTIONS_STANDARD= none VOPTS[v11]= PY311=ON PY312=OFF VOPTS[v12]= PY311=OFF PY312=ON USES= cpe DISTNAME= typed_ast-1.5.5 CPE_PRODUCT= typed_ast CPE_VENDOR= python GENERATED= yes INSTALL_REQ_TOOLCHAIN= yes [PY311].USES_ON= python:v11,sutools [PY312].USES_ON= python:v12,sutools [FILE:880:descriptions/desc.single] =========== End of life =========== This project is no longer maintained. Use the standard library `ast` module instead. See https://github.com/python/typed_ast/issues/179. =========== Description =========== `typed_ast` is a Python 3 package that provides a Python 2.7 and Python 3 parser similar to the standard `ast` library. Unlike `ast` below Python 3.8, the parsers in `typed_ast` include PEP 484 type comments and are independent of the version of Python under which they are run. The `typed_ast` parsers produce the standard Python AST (plus type comments), and are both fast and correct, as they are based on the CPython 2.7 and 3.7 parsers. **Note:** The `ast` module of Python 3.8+ supports all features of `typed_ast`. `typed_ast` does not support parsing code that uses syntax introduced in Python 3.8 onwards. We recommend using `ast` on Python 3.8 or above. [FILE:101:distinfo] 94282f7a354f36ef5dbce0ef3467ebf6a258e370ab33d5b40c249fa996e590dd 252841 typed_ast-1.5.5.tar.gz