This repository was archived by the owner on Dec 31, 2023. It is now read-only.
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
"product_documentation" : " https://cloud.google.com/compute/" ,
5
5
"client_documentation" : " https://cloud.google.com/python/docs/reference/compute/latest" ,
6
6
"issue_tracker" : " https://issuetracker.google.com/issues/new?component=187134&template=0" ,
7
- "release_level" : " preview " ,
7
+ "release_level" : " stable " ,
8
8
"language" : " python" ,
9
9
"library_type" : " GAPIC_AUTO" ,
10
10
"repo" : " googleapis/python-compute" ,
Original file line number Diff line number Diff line change 1
1
Python Client for Compute Engine
2
2
=================================================
3
3
4
- |alpha | |pypi | |versions |
4
+ |stable | |pypi | |versions |
5
5
6
6
`Compute Engine API `_: Create and runs virtual machines on Google Cloud Platform.
7
7
8
8
- `Client Library Documentation `_
9
9
- `Product Documentation `_
10
10
11
- .. |alpha | image :: https://img.shields.io/badge/support-alpha-orange .svg
12
- :target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#alpha-support
11
+ .. |stable | image :: https://img.shields.io/badge/support-stable-gold .svg
12
+ :target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#general-availability
13
13
.. |pypi | image :: https://img.shields.io/pypi/v/google-cloud-compute.svg
14
14
:target: https://pypi.org/project/google-cloud-compute/
15
15
.. |versions | image :: https://img.shields.io/pypi/pyversions/google-cloud-compute.svg
Original file line number Diff line number Diff line change 49
49
),
50
50
python_requires = ">=3.6" ,
51
51
classifiers = [
52
- "Development Status :: 3 - Alpha " ,
52
+ "Development Status :: 5 - Production/Stable " ,
53
53
"Intended Audience :: Developers" ,
54
54
"Operating System :: OS Independent" ,
55
55
"Programming Language :: Python" ,
You can’t perform that action at this time.
0 commit comments