9 buildPythonPackage rec {
10 pname = "azure-applicationinsights";
12 format = "setuptools";
15 inherit pname version;
17 hash = "sha256-qIRbgDZbfyALrR9xqA0NMfO+wB7f1GfftsE+or1xupY=";
20 propagatedBuildInputs = [
29 description = "This is the Microsoft Azure Application Insights Client Library";
30 homepage = "https://github.com/Azure/azure-sdk-for-python";
31 license = licenses.mit;
32 maintainers = with maintainers; [ maxwilson ];