8 buildPythonPackage rec {
11 format = "setuptools";
14 src = fetchFromGitHub {
18 sha256 = "0w2qzi4zb10r9iw64151ay01vf0yzyhh0bsjkx1apxp8fs15cdiw";
21 nativeCheckInputs = [ astunparse ];
31 pythonImportsCheck = [ "frilouz" ];
34 homepage = "https://github.com/QuantStack/frilouz";
35 description = "Python AST parser adapter with partial error recovery";
36 license = licenses.bsd3;
37 maintainers = with maintainers; [ cpcloud ];