7 buildPythonPackage rec {
8 pname = "types-tabulate";
9 version = "0.9.0.20240106";
13 inherit pname version;
14 hash = "sha256-ybbbEN1/z1W9FxLdNTf4bdznKgj9Yrsa9DOMcJbOlH4=";
21 # Module doesn't have tests
24 pythonImportsCheck = [
29 description = "Typing stubs for tabulate";
30 homepage = "https://github.com/python/typeshed";
31 license = licenses.asl20;
32 maintainers = with maintainers; [ jpetrucciani ];