1 { lib, buildPythonPackage, fetchPypi, isPy27
8 buildPythonPackage rec {
10 pname = "azure-mgmt-kusto";
14 inherit pname version;
15 sha256 = "sha256-sSE/jN2YWuf81dUsZFLgYUnTv9e1PnO9qszjuHlUcDI=";
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 ];