7 buildPythonPackage rec {
8 pname = "beautifultable";
11 src = fetchFromGitHub {
15 sha256 = "12ci6jy8qmbphsvzvj98466nlhclfzs0a0pmbsv3mf5bfcdwvbh7";
22 pytestFlagsArray = [ "test.py" ];
24 pythonImportsCheck = [ "beautifultable" ];
27 description = "Python package for printing visually appealing tables";
28 homepage = "https://github.com/CERT-Polska/mwdblib";
29 license = with licenses; [ mit ];
30 maintainers = with maintainers; [ fab ];