tree-sitter-elixir
Elixir grammar for tree-sitter
What it is and what it does
tree-sitter-elixir is a Python binding for an Elixir language grammar compatible with the tree-sitter incremental parsing framework. It enables Python applications to parse and analyze Elixir source code with syntax-aware tree construction, useful for code analysis tools, linters, and IDE features. The package ships as precompiled wheels for Python 3.9+ across major platforms (macOS, Linux, Windows) and ARM architectures, reducing build friction. It has no runtime dependencies beyond Python itself.
The grammar is production-ready and currently used by GitHub for source code highlighting and code navigation. The project is actively maintained with recent commits and is part of the official Elixir language organization. It integrates with the broader tree-sitter ecosystem, allowing developers to leverage existing tree-sitter tooling and patterns for Elixir code inspection.
Use it for:
- Build a Python-based Elixir code formatter or linter that needs precise syntax tree information.
- Implement IDE features like code navigation or refactoring for Elixir in a Python editor backend.
- Analyze Elixir codebases programmatically to extract metrics, dependencies, or code patterns.
- Create documentation generators or code visualization tools that parse Elixir source files.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides an Elixir language grammar for tree-sitter, enabling incremental parsing and syntax analysis of Elixir source code.
Yes. The package is actively maintained, production-grade, widely used by GitHub, carries no known vulnerabilities, and has a permissive license. Medium install friction is offset by precompiled wheels across platforms. Install if you need to parse or analyze Elixir code.
Install
tree-sitter-elixir on PyPI
pip
pip install tree-sitter-elixiruv
uv add tree-sitter-elixirpoetry
poetry add tree-sitter-elixirInstalling tree-sitter-elixir
Before you install
Medium install friction due to compiled wheel distribution across multiple platforms (macOS, Linux, Windows, ARM variants). Actively maintained with recent commits and no known vulnerabilities.
License in practice
Apache-2.0 permissive license allows commercial and private use with minimal restrictions; suitable for most projects.
Quickstart
pip install tree-sitter-elixir
import tree_sitter_elixir
Requires Python 3.9 or later; tree-sitter core library integration details not specified in package metadata.
Verify before relying
- Whether tree-sitter core library must be installed separately as a system dependency.
- Performance characteristics and memory overhead for parsing large Elixir codebases.
- Completeness of Elixir syntax coverage relative to the official language specification.
- How to invoke the grammar from Python code beyond basic import.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | none |
| Maintenance | actively maintained — 165 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 1,750,952/month — #3,593 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: tree_sitter_elixir-0.3.5-cp39-abi3-macosx_10_9_x86_64.whl; tree_sitter_elixir-0.3.5-cp39-abi3-macosx_11_0_arm64.whl; tree_sitter_elixir-0.3.5-cp39-abi3-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl; tree_sitter_elixir-0.3.5-cp39-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl; tree_sitter_elixir-0.3.5-cp39-abi3-musllinux_1_2_aarch64.whl; tree_sitter_elixir-0.3.5-cp39-abi3-musllinux_1_2_x86_64.whl; tree_sitter_elixir-0.3.5-cp39-abi3-win_amd64.whl; tree_sitter_elixir-0.3.5-cp39-abi3-win_arm64.whl
Keywords: incremental, parsing, tree-sitter, elixir
Tags
More Linguistic packages
Detects and normalizes text encoding from…
permissive · top 100 on PyPI
tiktokentiktoken is a fast BPE tokenizer that converts…
permissive · top 1,000 on PyPI
chardetDetects character encoding and language in byte…
permissive · top 1,000 on PyPI
text-unidecodeConverts Unicode text to ASCII by…
copyleft · top 1,000 on PyPI
larkLark is a parsing library that builds abstract…
permissive · top 1,000 on PyPI
tree-sitterPython bindings to the tree-sitter parsing…
permissive · top 1,000 on PyPI
tree-sitter-hclProvides a tree-sitter parser grammar for HCL…
permissive · top 15,000 on PyPI
tree-sitter-pythonProvides a Python grammar for tree-sitter,…
permissive · top 5,000 on PyPI
tree-sitter-goProvides a Go language grammar for tree-sitter,…
permissive · top 5,000 on PyPI
tree-sitter-rubyProvides a Ruby language grammar for…
permissive · top 5,000 on PyPI
tree-sitter-cmakeProvides a tree-sitter grammar for parsing…
permissive · top 15,000 on PyPI
tree-sitter-javaProvides a Java language grammar for…
permissive · top 5,000 on PyPI
tree-sitter-kotlinProvides a Kotlin language grammar for…
permissive · top 5,000 on PyPI
tree-sitter-groovyProvides a Groovy language grammar for…
permissive · top 5,000 on PyPI
tree-sitter-powershellProvides a tree-sitter grammar for parsing…
permissive · top 5,000 on PyPI
tree-sitter-fortranProvides a Fortran language grammar for…
permissive · top 5,000 on PyPI