This repository was archived by the owner on Feb 13, 2024. 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 44 "product_documentation" : " https://cloud.google.com/vision/docs/" ,
55 "client_documentation" : " https://googleapis.dev/python/vision/latest" ,
66 "issue_tracker" : " https://issuetracker.google.com/issues?q=status:open%20componentid:187174" ,
7- "release_level" : " beta " ,
7+ "release_level" : " ga " ,
88 "language" : " python" ,
99 "repo" : " googleapis/python-vision" ,
1010 "distribution_name" : " google-cloud-vision" ,
Original file line number Diff line number Diff line change 11Python Client for Google Cloud Vision
22=====================================
33
4- |beta | |pypi | |versions |
4+ |GA | |pypi | |versions |
55
66The `Google Cloud Vision `_ API enables developers to
77understand the content of an image by encapsulating powerful machine
@@ -17,8 +17,8 @@ Storage.
1717- `Client Library Documentation `_
1818- `Product Documentation `_
1919
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
2222.. |pypi | image :: https://img.shields.io/pypi/v/google-cloud-vision.svg
2323 :target: https://pypi.org/project/google-cloud-vision/
2424.. |versions | image :: https://img.shields.io/pypi/pyversions/google-cloud-vision.svg
Original file line number Diff line number Diff line change 2020name = "google-cloud-vision"
2121description = "Cloud Vision API API client library"
2222version = "0.42.0"
23- release_status = "Development Status :: 4 - Beta "
23+ release_status = "Development Status :: 5 - Production/Stable "
2424dependencies = [
2525 "google-api-core[grpc] >= 1.14.0, < 2.0.0dev" ,
2626 'enum34; python_version < "3.4"' ,
You can’t perform that action at this time.
0 commit comments