9 buildPythonPackage rec {
13 src = fetchFromGitHub {
15 repo = "parquet-python";
17 sha256 = "1ahvg4dz9fzi4vdm9jmslq3v3jahjj17fdcc5fljgcw6h9yxyl2r";
20 propagatedBuildInputs = [
30 # Fails with AttributeError
35 pythonImportsCheck = [ "thriftpy2" ];
38 description = "Python implementation of the parquet columnar file format";
39 homepage = "https://github.com/jcrobak/parquet-python";
40 license = licenses.bsd2;
41 maintainers = with maintainers; [ fab ];