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 44 "product_documentation" : " https://cloud.google.com/recommender" ,
55 "client_documentation" : " https://googleapis.dev/python/recommender/latest" ,
66 "issue_tracker" : " " ,
7- "release_level" : " beta " ,
7+ "release_level" : " ga " ,
88 "language" : " python" ,
99 "repo" : " googleapis/python-recommender" ,
1010 "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+ =================================
33
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.
59
610- `Client Library Documentation `_
711- `Product Documentation `_
812
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/
1019.. _Recommender API : https://cloud.google.com/recommender
1120.. _Client Library Documentation : https://googleapis.dev/python/recommender/latest
1221.. _Product Documentation : https://cloud.google.com/recommender/docs
Original file line number Diff line number Diff line change 2222name = "google-cloud-recommender"
2323description = "Cloud Recommender API client library"
2424version = "0.3.0"
25- release_status = "Development Status :: 4 - Beta "
25+ release_status = "Development Status :: 5 - Production/Stable "
2626dependencies = ["google-api-core[grpc] >= 1.14.0, < 2.0.0dev" ]
2727
2828package_root = os .path .abspath (os .path .dirname (__file__ ))
You can’t perform that action at this time.
0 commit comments