1 { lib, buildPythonPackage, fetchPypi, isPy27
8 buildPythonPackage rec {
10 pname = "azure-mgmt-kusto";
14 inherit pname version;
15 hash = "sha256-zgkFMrufHoX3gq9QXo8SlJYZOfV5GlY3pVQXmIWyx7c=";
19 propagatedBuildInputs = [
29 pythonImportsCheck = [ "azure.common" "azure.mgmt.kusto" ];
32 description = "Microsoft Azure Kusto Management Client Library for Python";
33 homepage = "https://github.com/Azure/azure-sdk-for-python";
34 license = licenses.mit;
35 maintainers = with maintainers; [ jonringer ];