11 buildPythonPackage rec {
12 pname = "azure-mgmt-batchai";
14 format = "setuptools";
17 inherit pname version;
19 sha256 = "f1870b0f97d5001cdb66208e5a236c9717a0ed18b34dbfdb238a828f3ca2a683";
22 propagatedBuildInputs = [
29 pythonNamespaces = [ "azure.mgmt" ];
35 description = "This is the Microsoft Azure Batch AI Management Client Library";
36 homepage = "https://github.com/Azure/azure-sdk-for-python";
37 license = licenses.mit;
38 maintainers = with maintainers; [ maxwilson ];