8 buildPythonPackage rec {
9 pname = "types-tabulate";
10 version = "0.9.0.20240106";
14 inherit pname version;
15 hash = "sha256-ybbbEN1/z1W9FxLdNTf4bdznKgj9Yrsa9DOMcJbOlH4=";
18 nativeBuildInputs = [ setuptools ];
20 # Module doesn't have tests
23 pythonImportsCheck = [ "tabulate-stubs" ];
26 description = "Typing stubs for tabulate";
27 homepage = "https://github.com/python/typeshed";
28 license = licenses.asl20;
29 maintainers = with maintainers; [ jpetrucciani ];