8 buildPythonPackage rec {
15 inherit pname version;
16 hash = "sha256-9ghL8a+l+/TGHPffRDcPpROCGvGIsC4+GbXvtm2Klp8=";
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; [ ];