Description
AST parsing tools can read Python syntax with type comments from multiple Python language versions. This library provides a fork of the standard ast modules for projects that need compatibility with older parsing behavior and typing metadata.
It is imported by linters, type checkers, and code-analysis tools rather than used directly. Newer Python versions may reduce the need for it, but older tooling can still depend on this parser.