This repository was archived by the owner on Jan 17, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 "product_documentation" : " https://cloud.google.com/monitoring/dashboards/" ,
55 "client_documentation" : " https://googleapis.dev/python/monitoring-dashboards/latest" ,
66 "issue_tracker" : " https://issuetracker.google.com/savedsearches/559785" ,
7- "release_level" : " beta " ,
7+ "release_level" : " ga " ,
88 "language" : " python" ,
99 "repo" : " googleapis/python-monitoring-dashboards" ,
1010 "distribution_name" : " google-cloud-monitoring-dashboards" ,
Original file line number Diff line number Diff line change 1- Python Client for Stackdriver Monitoring Dashboards API (`Beta `_)
2- ==================================================================
1+ Python Client for Stackdriver Monitoring Dashboards API
2+ =======================================================
3+
4+ |ga | |pypi | |versions |
35
46`Stackdriver Monitoring Dashboards API `_: Manages dashboard configurations used in the Stackdriver UI.
57
68- `Client Library Documentation `_
79- `Product Documentation `_
810
9- .. _Beta : https://github.com/googleapis/google-cloud-python/blob/master/README.rst
11+ .. |ga | image :: https://img.shields.io/badge/support-GA-gold.svg
12+ :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability
13+ .. |pypi | image :: https://img.shields.io/pypi/v/google-cloud-monitoring-dashboards.svg
14+ :target: https://pypi.org/project/google-cloud-monitoring-dashboards/
15+ .. |versions | image :: https://img.shields.io/pypi/pyversions/google-cloud-monitoring-dashboards.svg
16+ :target: https://pypi.org/project/google-cloud-monitoring-dashboards/
17+
1018.. _Stackdriver Monitoring Dashboards API : https://cloud.google.com/monitoring/dashboards/
1119.. _Client Library Documentation : https://googleapis.dev/python/monitoring-dashboards/latest
1220.. _Product Documentation : https://cloud.google.com/monitoring/dashboards/
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ def docs(session):
139139 """Build the docs for this library."""
140140
141141 session .install ("-e" , "." )
142- session .install ("sphinx" , "alabaster" , "recommonmark" )
142+ session .install ("sphinx<3.0.0 " , "alabaster" , "recommonmark" )
143143
144144 shutil .rmtree (os .path .join ("docs" , "_build" ), ignore_errors = True )
145145 session .run (
Original file line number Diff line number Diff line change 2323name = "google-cloud-monitoring-dashboards"
2424description = "Monitoring Dashboards API client library"
2525version = "0.1.0"
26- release_status = "Development Status :: 4 - Beta "
26+ release_status = "Development Status :: 5 - Production/Stable "
2727dependencies = [
2828 "google-api-core[grpc] >= 1.14.0, < 2.0.0dev" ,
2929 'enum34; python_version < "3.4"' ,
You can’t perform that action at this time.
0 commit comments