13 buildPythonPackage rec {
18 disabled = pythonOlder "3.7";
21 inherit pname version;
22 hash = "sha256-XUjXVs9/ETlbbtvYz8YJqCsP1BFajqQKQfSM+Rvm4O0=";
25 build-system = [ setuptools ];
27 dependencies = [ colored ];
29 pythonImportsCheck = [ "ansitable" ];
38 description = "Quick and easy display of tabular data and matrices with optional ANSI color and borders";
39 homepage = "https://pypi.org/project/ansitable/";
40 license = licenses.mit;
41 maintainers = with maintainers; [