grantjenks / py-tree-sitter-languages

Binary Python wheels for all tree sitter languages.
Other
116 stars 35 forks source link

Provide optional components #34

Closed rlippmann closed 5 months ago

rlippmann commented 7 months ago

Very convenient package!

More of an enhancement request:

It would be nice to be able to be able to download just the binaries required through the optional components part of pip.

i.e. pip install tree-sitter-languages[python] pip install tree-sitter-languages[python, javascript, java]

or even pip install tree-sitter-languages[languages, text_file_formats]

grantjenks commented 5 months ago

I'm open to that but it seems like it would get pretty complicated.

If you want to test it out then I'm open to a PR.