8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "f72f148f54442c6b056bf931dbc34f986fd0c3b0b6b5a58d013c9aef274d0c88";
18 nativeCheckInputs = [ pytestCheckHook ];
24 homepage = "https://www.python-excel.org/";
25 description = "Library for developers to extract data from Microsoft Excel (tm) spreadsheet files";
26 mainProgram = "runxlrd.py";
27 license = licenses.bsd0;