5 , google-cloud-testutils
14 buildPythonPackage rec {
15 pname = "google-cloud-monitoring";
19 inherit pname version;
20 sha256 = "sha256-QeMJBJKjW3Zu0p0mSmo5dVOJNwRmmA5FKXRXjCd+zN4=";
23 propagatedBuildInputs = [ libcst google-api-core proto-plus ];
25 checkInputs = [ google-cloud-testutils mock pandas pytestCheckHook pytest-asyncio ];
28 # requires credentials
29 "test_list_monitored_resource_descriptors"
32 pythonImportsCheck = [
33 "google.cloud.monitoring"
34 "google.cloud.monitoring_v3"
38 description = "Stackdriver Monitoring API client library";
39 homepage = "https://github.com/googleapis/python-monitoring";
40 license = licenses.asl20;
41 maintainers = with maintainers; [ SuperSandro2000 ];