11 buildPythonPackage rec {
18 inherit pname version;
19 sha256 = "39b0bb8f033d9b5523b126cf5a5259d1990ea82b8a23c8eab7aa5e23116803df";
22 propagatedBuildInputs = [
32 # Tests depend on pyexcel-xls & co. causing circular dependency.
33 # https://github.com/pyexcel/pyexcel/blob/dev/tests/requirements.txt
36 pythonImportsCheck = [ "pyexcel" ];
38 checkPhase = "nosetests";
41 description = "Single API for reading, manipulating and writing data in csv, ods, xls, xlsx and xlsm files";
42 homepage = "http://docs.pyexcel.org/";
43 license = lib.licenses.bsd3;
44 maintainers = with lib.maintainers; [ jtojnar ];