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 11{
2- "name" : " iamcredentials " ,
2+ "name" : " iam " ,
33 "name_pretty" : " Cloud Identity and Access Management" ,
44 "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" ,
66 "issue_tracker" : " https://issuetracker.google.com/savedsearches/559761" ,
7- "release_level" : " alpha " ,
7+ "release_level" : " ga " ,
88 "language" : " python" ,
99 "repo" : " googleapis/python-iam" ,
1010 "distribution_name" : " google-cloud-iam" ,
11- "api_id" : " iamcredentials .googleapis.com"
11+ "api_id" : " iam .googleapis.com"
1212}
Original file line number Diff line number Diff line change 1- Python Client for IAM API (` Alpha `_)
1+ Python Client for IAM API
22================================================================
33
4+ |ga | |pypi | |versions |
45
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.
78
89- `Client Library Documentation `_
910- `Product Documentation `_
1011
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+
1219.. _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
1422.. _Product Documentation : https://cloud.google.com/iam
1523
1624Quick Start
Original file line number Diff line number Diff line change 2626# 'Development Status :: 3 - Alpha'
2727# 'Development Status :: 4 - Beta'
2828# 'Development Status :: 5 - Production/Stable'
29- release_status = "Development Status :: 3 - Alpha "
29+ release_status = "Development Status :: 5 - Production/Stable "
3030dependencies = [
3131 "google-api-core[grpc] >= 1.14.0, < 2.0.0dev" ,
3232 'enum34; python_version < "3.4"' ,
You can’t perform that action at this time.
0 commit comments