tree-sitter-language-pack - Python Bindings

April 27, 2026 ยท View on GitHub

Pre-compiled tree-sitter grammars for 305 programming languages

Installation

pip install tree-sitter-language-pack

Quick Start

import native

# result = native.detect_language_from_extension(...)
# See the main repository's docs for full usage.

Documentation

For full documentation, see the tree-sitter-language-pack repository.

License

See the LICENSE file in the root repository.

Contents

  1. 1Installation
  2. 2Quick Start
  3. 3Documentation
  4. 4License