9 buildPythonPackage rec {
10 pname = "tree-sitter-python";
14 src = fetchFromGitHub {
15 owner = "tree-sitter";
16 repo = "tree-sitter-python";
18 hash = "sha256-71Od4sUsxGEvTwmXX8hBvzqD55hnXkVJublrhp1GICg=";
25 optional-dependencies = {
33 pythonImportsCheck = [ "tree_sitter_python" ];
36 description = "Python grammar for tree-sitter";
37 homepage = "https://github.com/tree-sitter/tree-sitter-python";
38 license = licenses.mit;
39 maintainers = with maintainers; [ doronbehar ];