1 { lib, python3Packages, fetchPypi }:
3 python3Packages.buildPythonApplication rec {
9 sha256 = "sha256-vgHNu7MVDjULoBiTkk74W8ZLJ02eds60XshTX3iLJGI=";
12 pythonPath = with python3Packages; [ xlrd ];
15 maintainers = with maintainers; [ felixscheinost ];
16 description = "CLI tool to search text in XLSX and XLS files. It works similarly to Unix/GNU Linux grep";
17 mainProgram = "xlsxgrep";
18 homepage = "https://github.com/zazuum/xlsxgrep";
19 license = licenses.mit;