This repository was archived by the owner on Sep 5, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 4
4
"product_documentation" : " https://cloud.google.com/recommender" ,
5
5
"client_documentation" : " https://googleapis.dev/python/recommender/latest" ,
6
6
"issue_tracker" : " " ,
7
- "release_level" : " beta " ,
7
+ "release_level" : " ga " ,
8
8
"language" : " python" ,
9
9
"repo" : " googleapis/python-recommender" ,
10
10
"distribution_name" : " google-cloud-recommender" ,
Original file line number Diff line number Diff line change 1
- Python Client for Recommender API (` Alpha `_)
2
- ============================================
1
+ Python Client for Recommender API
2
+ =================================
3
3
4
- `Recommender API `_:
4
+ |ga | |pypi | |versions |
5
+
6
+ `Recommender API `_: Recommender provides recommendations for using resources on Google Cloud.
7
+ These recommendations are per-product or per-service, and are generated based on heuristic methods,
8
+ machine learning, and current resource usage.
5
9
6
10
- `Client Library Documentation `_
7
11
- `Product Documentation `_
8
12
9
- .. _Alpha : https://github.com/googleapis/google-cloud-python/blob/master/README.rst
13
+ .. |ga | image :: https://img.shields.io/badge/support-GA-gold.svg
14
+ :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability
15
+ .. |pypi | image :: https://img.shields.io/pypi/v/google-cloud-recommender.svg
16
+ :target: https://pypi.org/project/google-cloud-recommender/
17
+ .. |versions | image :: https://img.shields.io/pypi/pyversions/google-cloud-recommender.svg
18
+ :target: https://pypi.org/project/google-cloud-recommender/
10
19
.. _Recommender API : https://cloud.google.com/recommender
11
20
.. _Client Library Documentation : https://googleapis.dev/python/recommender/latest
12
21
.. _Product Documentation : https://cloud.google.com/recommender/docs
Original file line number Diff line number Diff line change 22
22
name = "google-cloud-recommender"
23
23
description = "Cloud Recommender API client library"
24
24
version = "0.3.0"
25
- release_status = "Development Status :: 4 - Beta "
25
+ release_status = "Development Status :: 5 - Production/Stable "
26
26
dependencies = ["google-api-core[grpc] >= 1.14.0, < 2.0.0dev" ]
27
27
28
28
package_root = os .path .abspath (os .path .dirname (__file__ ))
You can’t perform that action at this time.
0 commit comments