5 , google-cloud-testutils
15 buildPythonPackage rec {
16 pname = "google-cloud-monitoring";
18 format = "setuptools";
20 disabled = pythonOlder "3.7";
23 inherit pname version;
24 hash = "sha256-PRhRAJMSraXoq/IP92GvhHS3UwYKtuC31uxHvBHysTY=";
27 propagatedBuildInputs = [
31 ] ++ google-api-core.optional-dependencies.grpc;
33 passthru.optional-dependencies = {
40 google-cloud-testutils
44 ] ++ passthru.optional-dependencies.pandas;
47 # requires credentials
48 "test_list_monitored_resource_descriptors"
51 pythonImportsCheck = [
52 "google.cloud.monitoring"
53 "google.cloud.monitoring_v3"
57 description = "Stackdriver Monitoring API client library";
58 homepage = "https://github.com/googleapis/python-monitoring";
59 changelog = "https://github.com/googleapis/python-monitoring/blob/v${version}/CHANGELOG.md";
60 license = licenses.asl20;
61 maintainers = with maintainers; [ ];