9 buildPythonPackage rec {
10 pname = "beautifultable";
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
20 hash = "sha256-/SReCEvSwiNjBoz/3tGJ9zUNBAag4mLsHlUXwm47zCw=";
23 propagatedBuildInputs = [
35 pythonImportsCheck = [
40 description = "Python package for printing visually appealing tables";
41 homepage = "https://github.com/pri22296/beautifultable";
42 license = with licenses; [ mit ];
43 maintainers = with maintainers; [ fab ];