{"library":"typed-ast","type":"library","category":null,"description":"typed-ast is a Python 3 package that provided parsers for Python 2.7 and Python 3 (up to 3.7) Abstract Syntax Trees (ASTs). Unlike the standard `ast` module before Python 3.8, it included support for PEP 484 type comments and was independent of the Python version it was run on. The project is currently at version 1.5.5 and is no longer actively maintained, with recommendations to use the built-in `ast` module for Python 3.8+.","language":"python","status":"maintenance","version":"1.5.5","tags":["AST","type comments","static analysis","parser","Python 2","Python 3"],"last_verified":"Wed May 20","install":[{"cmd":"pip install typed-ast","imports":["from typed_ast import ast3\n\nast3.parse(code_string)"]}],"homepage":null,"github":"https://github.com/python/typed_ast","docs":null,"changelog":null,"pypi":"https://pypi.org/project/typed-ast/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":60,"avg_install_s":1.7,"avg_import_s":0,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/typed-ast/compatibility"}}