tree-sitter-jq icon indicating copy to clipboard operation
tree-sitter-jq copied to clipboard

Python Binding

Open zyf722 opened this issue 1 year ago • 2 comments

Thank you for creating this library!

I'm currently working on a JSON tree viewer with jq queries, and I found your parser on tree-sitter's Github Pages site.

It would be great if a Python binding could be created to make it work with py-tree-sitter .

Any ideas on this?

zyf722 avatar Aug 16 '24 09:08 zyf722

Hello @zyf722, I apologize for missing this earlier. It looks like we would need something like this to exist in order to be able to build tree-sitter-jq as a Python package. I'd be happy to accept a pull request that does this, but I'm not sure I'll be able to get to it myself.

flurie avatar May 14 '25 00:05 flurie

tree-sitter init --update

ObserverOfTime avatar Jun 12 '25 11:06 ObserverOfTime