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 +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
"product_documentation" : " cloud.google.com/memorystore/docs/memcached/" ,
5
5
"client_documentation" : " https://googleapis.dev/python/memcache/latest" ,
6
6
"issue_tracker" : " " ,
7
- "release_level" : " beta " ,
7
+ "release_level" : " ga " ,
8
8
"language" : " python" ,
9
9
"library_type" : " GAPIC_AUTO" ,
10
10
"repo" : " googleapis/python-memcache" ,
Original file line number Diff line number Diff line change 1
1
Python Client for Cloud Memorystore for Memcached
2
2
=================================================
3
3
4
- |beta | |pypi | |versions |
4
+ |GA | |pypi | |versions |
5
5
6
6
`Cloud Memorystore for Memached API `_: Ship performant and highly available key value store,
7
7
compatible with OSS Memcached protocol.
8
8
9
9
- `Client Library Documentation `_
10
10
- `Product Documentation `_
11
11
12
- .. |beta | image :: https://img.shields.io/badge/support-beta-orange .svg
13
- :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#beta-support
12
+ .. |GA | image :: https://img.shields.io/badge/support-ga-gold .svg
13
+ :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability
14
14
.. |pypi | image :: https://img.shields.io/pypi/v/google-cloud-memcache.svg
15
15
:target: https://pypi.org/project/google-cloud-memcache/
16
16
.. |versions | image :: https://img.shields.io/pypi/pyversions/google-cloud-memcache.svg
Original file line number Diff line number Diff line change 45
45
),
46
46
python_requires = ">=3.6" ,
47
47
classifiers = [
48
- "Development Status :: 4 - Beta " ,
48
+ "Development Status :: 5 - Production/Stable " ,
49
49
"Intended Audience :: Developers" ,
50
50
"Operating System :: OS Independent" ,
51
51
"Programming Language :: Python :: 3.6" ,
You can’t perform that action at this time.
0 commit comments