8 buildPythonPackage rec {
9 pname = "azure-applicationinsights";
13 inherit pname version;
15 sha256 = "sha256-qIRbgDZbfyALrR9xqA0NMfO+wB7f1GfftsE+or1xupY=";
18 propagatedBuildInputs = [
27 description = "This is the Microsoft Azure Application Insights Client Library";
28 homepage = "https://github.com/Azure/azure-sdk-for-python";
29 license = licenses.mit;
30 maintainers = with maintainers; [ maxwilson ];