This repository was archived by the owner on Oct 29, 2023. It is now read-only.
Commit 6793d49 1 parent ea4e112 commit 6793d49 Copy full SHA for 6793d49
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/iot" ,
5
5
"client_documentation" : " https://googleapis.dev/python/cloudiot/latest" ,
6
6
"issue_tracker" : " https://issuetracker.google.com/issues?q=status:open%20componentid:310170" ,
7
- "release_level" : " alpha " ,
7
+ "release_level" : " ga " ,
8
8
"language" : " python" ,
9
9
"repo" : " googleapis/python-iot" ,
10
10
"distribution_name" : " google-cloud-iot" ,
Original file line number Diff line number Diff line change 1
1
Python Client for Cloud IoT API
2
2
===============================
3
3
4
- |alpha | |pypi | |versions |
4
+ |GA | |pypi | |versions |
5
5
6
6
`Cloud IoT API `_: Registers and manages IoT (Internet of Things) devices that
7
7
connect to the Google Cloud Platform.
8
8
9
9
- `Client Library Documentation `_
10
10
- `Product Documentation `_
11
11
12
- .. |alpha | image :: https://img.shields.io/badge/support-alpha-orange .svg
13
- :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#alpha-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-iot.svg
15
15
:target: https://pypi.org/project/google-cloud-iot/
16
16
.. |versions | image :: https://img.shields.io/pypi/pyversions/google-cloud-iot.svg
Original file line number Diff line number Diff line change 20
20
name = "google-cloud-iot"
21
21
description = "Cloud IoT API API client library"
22
22
version = "0.3.1"
23
- release_status = "Development Status :: 3 - Alpha "
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
"grpc-google-iam-v1 >= 0.12.3, < 0.13dev" ,
You can’t perform that action at this time.
0 commit comments