This repository was archived by the owner on Oct 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +18
-10
lines changed Expand file tree Collapse file tree 3 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " iamcredentials " ,
2
+ "name" : " iam " ,
3
3
"name_pretty" : " Cloud Identity and Access Management" ,
4
4
"product_documentation" : " https://cloud.google.com/iam/docs/" ,
5
- "client_documentation" : " https://googleapis.dev/python/iamcredentials /latest" ,
5
+ "client_documentation" : " https://googleapis.dev/python/iam /latest" ,
6
6
"issue_tracker" : " https://issuetracker.google.com/savedsearches/559761" ,
7
- "release_level" : " alpha " ,
7
+ "release_level" : " ga " ,
8
8
"language" : " python" ,
9
9
"repo" : " googleapis/python-iam" ,
10
10
"distribution_name" : " google-cloud-iam" ,
11
- "api_id" : " iamcredentials .googleapis.com"
11
+ "api_id" : " iam .googleapis.com"
12
12
}
Original file line number Diff line number Diff line change 1
- Python Client for IAM API (` Alpha `_)
1
+ Python Client for IAM API
2
2
================================================================
3
3
4
+ |ga | |pypi | |versions |
4
5
5
-
6
- ` IAM API `_: IAM API
6
+ ` IAM API `_: Manages identity and access control for Google Cloud Platform resources, including the
7
+ creation of service accounts, which you can use to authenticate to Google and make API calls.
7
8
8
9
- `Client Library Documentation `_
9
10
- `Product Documentation `_
10
11
11
- .. _Alpha : https://github.com/googleapis/google-cloud-python/blob/master/README.rst
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
+ .. |pypi | image :: https://img.shields.io/pypi/v/google-cloud-iam.svg
15
+ :target: https://pypi.org/project/google-cloud-iam/
16
+ .. |versions | image :: https://img.shields.io/pypi/pyversions/google-cloud-iam.svg
17
+ :target: https://pypi.org/project/google-cloud-iam/
18
+
12
19
.. _IAM API : https://cloud.google.com/iam
13
- .. _Client Library Documentation : https://googleapis.dev/python/iamcredentials/latest
20
+
21
+ .. _Client Library Documentation : https://googleapis.dev/python/iam/latest
14
22
.. _Product Documentation : https://cloud.google.com/iam
15
23
16
24
Quick Start
Original file line number Diff line number Diff line change 26
26
# 'Development Status :: 3 - Alpha'
27
27
# 'Development Status :: 4 - Beta'
28
28
# 'Development Status :: 5 - Production/Stable'
29
- release_status = "Development Status :: 3 - Alpha "
29
+ release_status = "Development Status :: 5 - Production/Stable "
30
30
dependencies = [
31
31
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev" ,
32
32
'enum34; python_version < "3.4"' ,
You can’t perform that action at this time.
0 commit comments