{"categories":[{"label":"Linguistic","url":"https://skillfed.io/packages/category/text-processing-linguistic"}],"enrichment":{"capability":"Provides pre-compiled tree-sitter parsers for 371 programming languages, enabling fast syntax tree parsing and code analysis without requiring grammar compilation.","skillfed_tags":["code-parsing","syntax-analysis","multi-language"],"use_cases":["Extract functions, classes, and imports from source files for code indexing or documentation generation","Prepare code chunks for retrieval-augmented generation (RAG) systems feeding language models","Build developer tooling that needs to understand and navigate syntax trees across multiple languages","Analyze and split large codebases into LLM-digestible pieces for code review or refactoring agents","Implement syntax-aware code transformations or linting rules without writing language-specific parsers"],"what_it_does":"tree-sitter-language-pack wraps the tree-sitter parsing library and bundles pre-compiled grammars for 371 languages behind a single Python API. Instead of managing individual language grammars and compilation, you install this package and call get_language() to receive a ready-to-use parser for any supported language. Parsers are downloaded on first use and cached locally, keeping the initial install small while supporting selective language installation.\n\nThe package is designed for code analysis, inspection, and extraction tasks: pulling out functions, classes, imports, and symbols from source; feeding code into RAG pipelines; or giving language models structural understanding of a codebase. It bundles standard tree-sitter query types (highlights, injections, locals, tags, indents, folds) per language and maintains a compiled-query cache. The single runtime dependency is tree-sitter itself, and it supports Python 3.10 through 3.14.","worth_installing":"Yes. The package is actively maintained (released 9 days ago), has no known vulnerabilities, uses a permissive MIT license, and solves a real problem\u2014parsing 371 languages without compilation overhead. Medium install friction is acceptable given the breadth of language support and the lean dependency graph. Reach for it whenever you need to process or analyze code structurally."},"id":"tree-sitter-language-pack","links":{"html":"https://skillfed.io/packages/tree-sitter-language-pack","md":"https://skillfed.io/packages/tree-sitter-language-pack.md","pypi":"https://pypi.org/project/tree-sitter-language-pack/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-05","license_spdx":"MIT","license_treatment":"permissive","name":"tree-sitter-language-pack","python_support":"supports_current","summary":"Pre-compiled tree-sitter grammars for 371 programming languages"},"popularity":{"monthly_downloads":4935599,"position":2195,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.14.3"}
