Description
Incremental parsing becomes available to Python tools through the Tree-sitter library. Editors, linters, indexers, and code-analysis scripts can build syntax trees that update efficiently as source text changes.
It is a developer library imported by other software rather than a separate app. Install it when a Python-based tool needs Tree-sitter parsing support.