Description
Enables Tree-sitter-based editors and tools to parse Python code. It helps provide syntax highlighting, folding, navigation, structural search, and language-aware editor features for Python projects.
Syntax parsing is not type checking, formatting, or test execution. Use Python-specific tools to verify behavior and package compatibility.