20 buildPythonPackage rec {
21 pname = "prettytable";
25 src = fetchFromGitHub {
29 hash = "sha256-RoBPmnuAOtTET898Gdm1zzPIst26GdCY5nU1PyJ+Nro=";
37 dependencies = [ wcwidth ];
46 pythonImportsCheck = [ "prettytable" ];
49 description = "Display tabular data in a visually appealing ASCII table format";
50 homepage = "https://github.com/jazzband/prettytable";
51 changelog = "https://github.com/jazzband/prettytable/releases/tag/${version}";
52 license = lib.licenses.bsd3;
53 maintainers = with lib.maintainers; [ GaetanLepage ];