Skip to content

Commit

Permalink
Add tree_sitter library
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Jan 13, 2024
1 parent 7686a8b commit 027e9c2
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions repository.json
Original file line number Diff line number Diff line change
Expand Up @@ -1243,6 +1243,50 @@
}
]
},
{
"name": "tree_sitter",
"description": "Python bindings to the Tree-sitter parsing library",
"author": "tree-sitter",
"issues": "https://github.com/tree-sitter/py-tree-sitter/issues",
"releases": [
{
"base": "https://pypi.org/project/tree_sitter",
"asset": "tree_sitter-*-cp38-cp38-manylinux_2_17_aarch64*.whl",
"platforms": ["linux-arm64"],
"python_versions": ["3.8"]
},
{
"base": "https://pypi.org/project/tree_sitter",
"asset": "tree_sitter-*-cp38-cp38-manylinux_2_17_x86_64*.whl",
"platforms": ["linux-x64"],
"python_versions": ["3.8"]
},
{
"base": "https://pypi.org/project/tree_sitter",
"asset": "tree_sitter-*-cp38-cp38-macosx_11_0_arm64.whl",
"platforms": ["osx-arm64"],
"python_versions": ["3.8"]
},
{
"base": "https://pypi.org/project/tree_sitter",
"asset": "tree_sitter-*-cp38-cp38-macosx_10_9_x86_64.whl",
"platforms": ["osx-x64"],
"python_versions": ["3.8"]
},
{
"base": "https://pypi.org/project/tree_sitter",
"asset": "tree_sitter-*-cp38-cp38-win32.whl",
"platforms": ["windows-x32"],
"python_versions": ["3.8"]
},
{
"base": "https://pypi.org/project/tree_sitter",
"asset": "tree_sitter-*-cp38-cp38-win_amd64.whl",
"platforms": ["windows-x64"],
"python_versions": ["3.8"]
}
]
},
{
"name": "typing",
"description": "Python typing module",
Expand Down

0 comments on commit 027e9c2

Please sign in to comment.