This repository was archived by the owner on Feb 13, 2024. 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/vision/docs/" ,
5
5
"client_documentation" : " https://googleapis.dev/python/vision/latest" ,
6
6
"issue_tracker" : " https://issuetracker.google.com/issues?q=status:open%20componentid:187174" ,
7
- "release_level" : " beta " ,
7
+ "release_level" : " ga " ,
8
8
"language" : " python" ,
9
9
"repo" : " googleapis/python-vision" ,
10
10
"distribution_name" : " google-cloud-vision" ,
Original file line number Diff line number Diff line change 1
1
Python Client for Google Cloud Vision
2
2
=====================================
3
3
4
- |beta | |pypi | |versions |
4
+ |GA | |pypi | |versions |
5
5
6
6
The `Google Cloud Vision `_ API enables developers to
7
7
understand the content of an image by encapsulating powerful machine
@@ -17,8 +17,8 @@ Storage.
17
17
- `Client Library Documentation `_
18
18
- `Product Documentation `_
19
19
20
- .. |beta | image :: https://img.shields.io/badge/support-beta-silver .svg
21
- :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#beta-support
20
+ .. |GA | image :: https://img.shields.io/badge/support-GA-gold .svg
21
+ :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability
22
22
.. |pypi | image :: https://img.shields.io/pypi/v/google-cloud-vision.svg
23
23
:target: https://pypi.org/project/google-cloud-vision/
24
24
.. |versions | image :: https://img.shields.io/pypi/pyversions/google-cloud-vision.svg
Original file line number Diff line number Diff line change 20
20
name = "google-cloud-vision"
21
21
description = "Cloud Vision API API client library"
22
22
version = "0.42.0"
23
- release_status = "Development Status :: 4 - Beta "
23
+ release_status = "Development Status :: 5 - Production/Stable "
24
24
dependencies = [
25
25
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev" ,
26
26
'enum34; python_version < "3.4"' ,
You can’t perform that action at this time.
0 commit comments