File tree 4 files changed +14
-6
lines changed
packages/google-cloud-monitoring-dashboards
4 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 4
4
"product_documentation" : " https://cloud.google.com/monitoring/dashboards/" ,
5
5
"client_documentation" : " https://googleapis.dev/python/monitoring-dashboards/latest" ,
6
6
"issue_tracker" : " https://issuetracker.google.com/savedsearches/559785" ,
7
- "release_level" : " beta " ,
7
+ "release_level" : " ga " ,
8
8
"language" : " python" ,
9
9
"repo" : " googleapis/python-monitoring-dashboards" ,
10
10
"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 |
3
5
4
6
`Stackdriver Monitoring Dashboards API `_: Manages dashboard configurations used in the Stackdriver UI.
5
7
6
8
- `Client Library Documentation `_
7
9
- `Product Documentation `_
8
10
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
+
10
18
.. _Stackdriver Monitoring Dashboards API : https://cloud.google.com/monitoring/dashboards/
11
19
.. _Client Library Documentation : https://googleapis.dev/python/monitoring-dashboards/latest
12
20
.. _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):
139
139
"""Build the docs for this library."""
140
140
141
141
session .install ("-e" , "." )
142
- session .install ("sphinx" , "alabaster" , "recommonmark" )
142
+ session .install ("sphinx<3.0.0 " , "alabaster" , "recommonmark" )
143
143
144
144
shutil .rmtree (os .path .join ("docs" , "_build" ), ignore_errors = True )
145
145
session .run (
Original file line number Diff line number Diff line change 23
23
name = "google-cloud-monitoring-dashboards"
24
24
description = "Monitoring Dashboards API client library"
25
25
version = "0.1.0"
26
- release_status = "Development Status :: 4 - Beta "
26
+ release_status = "Development Status :: 5 - Production/Stable "
27
27
dependencies = [
28
28
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev" ,
29
29
'enum34; python_version < "3.4"' ,
You can’t perform that action at this time.
0 commit comments