12 buildPythonPackage rec {
13 pname = "azure-monitor-ingestion";
17 disabled = pythonOlder "3.7";
20 inherit pname version;
21 hash = "sha256-JU11mTof5wfRmPAUrvWhT6pXDO5zabNbsDriqo+Zvnk=";
24 nativeBuildInputs = [ setuptools ];
26 propagatedBuildInputs = [
32 pythonImportsCheck = [
33 "azure.monitor.ingestion"
34 "azure.monitor.ingestion.aio"
37 # requires checkout from mono-repo and a mock account
41 changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-monitor-ingestion_${version}/sdk/monitor/azure-monitor-ingestion/CHANGELOG.md";
42 description = "Send custom logs to Azure Monitor using the Logs Ingestion API";
43 homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/monitor/azure-monitor-ingestion";
44 license = licenses.mit;
45 maintainers = with maintainers; [ dotlambda ];