9 buildPythonPackage rec {
12 format = "setuptools";
14 src = fetchFromGitHub {
16 repo = "parquet-python";
18 sha256 = "1ahvg4dz9fzi4vdm9jmslq3v3jahjj17fdcc5fljgcw6h9yxyl2r";
21 propagatedBuildInputs = [
31 # Fails with AttributeError
36 pythonImportsCheck = [ "thriftpy2" ];
39 description = "Python implementation of the parquet columnar file format";
40 mainProgram = "parquet";
41 homepage = "https://github.com/jcrobak/parquet-python";
42 license = licenses.bsd2;
43 maintainers = with maintainers; [ fab ];