7 buildPythonPackage rec {
9 pname = "applicationinsights";
12 inherit pname version;
13 sha256 = "1hyjdv6xnswgqvip8y164piwfach9hjkbp7vc2qzhd7amjpim89h";
16 propagatedBuildInputs = [ portalocker ];
19 description = "This project extends the Application Insights API surface to support Python";
20 homepage = "https://github.com/Microsoft/ApplicationInsights-Python";
21 license = licenses.mit;
22 maintainers = with maintainers; [ jonringer ];