1 { lib, buildPythonPackage, fetchPypi, yajl, cffi, pytestCheckHook }:
3 buildPythonPackage rec {
9 sha256 = "1d1003ae3c6115ec9b587d29dd136860a81a23c7626b682e2b5b12c9fd30e4ea";
12 buildInputs = [ yajl ];
13 propagatedBuildInputs = [ cffi ];
14 checkInputs = [ pytestCheckHook ];
19 description = "Iterative JSON parser with a standard Python iterator interface";
20 homepage = "https://github.com/ICRAR/ijson";
21 license = licenses.bsd3;
22 maintainers = with maintainers; [ rvl ];