Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

feat: release as production/stable #14

Merged
merged 3 commits into from May 19, 2020
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions .repo-metadata.json
@@ -1,12 +1,12 @@
{
"name": "iamcredentials",
"name": "iam",
"name_pretty": "Cloud Identity and Access Management",
"product_documentation": "https://cloud.google.com/iam/docs/",
"client_documentation": "https://googleapis.dev/python/iamcredentials/latest",
"client_documentation": "https://googleapis.dev/python/iam/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559761",
"release_level": "alpha",
"release_level": "ga",
"language": "python",
"repo": "googleapis/python-iam",
"distribution_name": "google-cloud-iam",
"api_id": "iamcredentials.googleapis.com"
"api_id": "iam.googleapis.com"
}
16 changes: 12 additions & 4 deletions README.rst
@@ -1,15 +1,23 @@
Python Client for IAM API (`Alpha`_)
Python Client for IAM API
================================================================

|ga| |pypi| |versions|


`IAM API`_: IAM API
`IAM API`_: Manages identity and access control for Google Cloud Platform resources, including the
creation of service accounts, which you can use to authenticate to Google and make API calls.

- `Client Library Documentation`_
- `Product Documentation`_

.. _Alpha: https://github.com/googleapis/google-cloud-python/blob/master/README.rst
.. |ga| image:: https://img.shields.io/badge/support-GA-gold.svg
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-iam.svg
:target: https://pypi.org/project/google-cloud-iam/
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-iam.svg
:target: https://pypi.org/project/google-cloud-iam/

.. _IAM API: https://cloud.google.com/iam

.. _Client Library Documentation: https://googleapis.dev/python/iamcredentials/latest
danoscarmike marked this conversation as resolved.
Show resolved Hide resolved
.. _Product Documentation: https://cloud.google.com/iam

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -26,7 +26,7 @@
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
# 'Development Status :: 5 - Production/Stable'
release_status = "Development Status :: 3 - Alpha"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",
'enum34; python_version < "3.4"',
Expand Down