7 buildPythonPackage rec {
10 format = "setuptools";
12 # newest release only available as wheel on pypi
13 src = fetchFromGitHub {
17 sha256 = "1d1l8fhdn3w2zg7wakvlmjmgjh9lh9h5fal1clgyiqmhfix4cn4m";
20 nativeCheckInputs = [ unittestCheckHook ];
23 description = "Python curses command line CSV and tabular data viewer";
24 homepage = "https://github.com/TabViewer/tabview";
25 changelog = "https://github.com/TabViewer/tabview/blob/main/CHANGELOG.rst";
26 license = licenses.mit;
27 maintainers = with maintainers; [ hexa ];