7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "f72f148f54442c6b056bf931dbc34f986fd0c3b0b6b5a58d013c9aef274d0c88";
25 homepage = "https://www.python-excel.org/";
26 description = "Library for developers to extract data from Microsoft Excel (tm) spreadsheet files";
27 mainProgram = "runxlrd.py";
28 license = licenses.bsd0;