13 buildPythonPackage rec {
14 pname = "azure-cosmosdb-table";
16 format = "setuptools";
19 inherit pname version;
20 sha256 = "5f061d2ab8dcf2f0b4e965d5976e7b7aeb1247ea896911f0e1d29092aaaa29c7";
23 propagatedBuildInputs = [
28 ] ++ lib.optionals (!isPy3k) [ futures ];
34 description = "This is the Microsoft Azure Log Analytics Client Library";
35 homepage = "https://github.com/Azure/azure-sdk-for-python";
36 license = licenses.mit;
37 maintainers = with maintainers; [ maxwilson ];