8 buildPythonPackage rec {
10 format = "setuptools";
11 pname = "applicationinsights";
14 inherit pname version;
15 sha256 = "0b761f3ef0680acf4731906dfc1807faa6f2a57168ae74592db0084a6099f7b3";
18 propagatedBuildInputs = [ portalocker ];
21 description = "This project extends the Application Insights API surface to support Python";
22 homepage = "https://github.com/Microsoft/ApplicationInsights-Python";
23 license = licenses.mit;