This repository was archived by the owner on Sep 5, 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/functions/" ,
5
5
"client_documentation" : " https://googleapis.dev/python/cloudfunctions/latest" ,
6
6
"issue_tracker" : " https://issuetracker.google.com/savedsearches/559729" ,
7
- "release_level" : " beta " ,
7
+ "release_level" : " ga " ,
8
8
"language" : " python" ,
9
9
"library_type" : " GAPIC_AUTO" ,
10
10
"repo" : " googleapis/python-functions" ,
Original file line number Diff line number Diff line change 1
1
Python Client for Cloud Functions
2
2
=================================================
3
3
4
- |beta | |pypi | |versions |
4
+ |GA | |pypi | |versions |
5
5
6
6
`Cloud Functions API `_: Manages lightweight user-provided functions executed in response to events.
7
7
8
8
- `Client Library Documentation `_
9
9
- `Product Documentation `_
10
10
11
- .. |beta | image :: https://img.shields.io/badge/support-beta-orange .svg
12
- :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#beta-support
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
13
.. |pypi | image :: https://img.shields.io/pypi/v/google-cloud-functions.svg
14
14
:target: https://pypi.org/project/google-cloud-functions/
15
15
.. |versions | image :: https://img.shields.io/pypi/pyversions/google-cloud-functions.svg
Original file line number Diff line number Diff line change 53
53
python_requires = ">=3.6" ,
54
54
scripts = ["scripts/fixup_functions_v1_keywords.py" ,],
55
55
classifiers = [
56
- "Development Status :: 4 - Beta " ,
56
+ "Development Status :: 5 - Production/Stable " ,
57
57
"Intended Audience :: Developers" ,
58
58
"Operating System :: OS Independent" ,
59
59
"Programming Language :: Python :: 3.6" ,
You can’t perform that action at this time.
0 commit comments