8 buildPythonPackage rec {
15 inherit pname version;
16 sha256 = "00f15f4bae2947de49b3206f2600f78780008e044380f7aafe0ce52969cda4ca";
19 propagatedBuildInputs = [
23 # Tests depend on stuff that depends on this.
26 pythonImportsCheck = [ "pyexcel_io" ];
29 description = "One interface to read and write the data in various excel formats, import the data into and export the data from databases";
30 homepage = "http://docs.pyexcel.org/";
31 license = lib.licenses.bsd3;
32 maintainers = with lib.maintainers; [ jtojnar ];