Skip to content

Commit f0179f1

Browse files
authored
Add / fix badges for PyPI / versions. (googleapis#6158)
1 parent effa9a7 commit f0179f1

14 files changed

Lines changed: 103 additions & 70 deletions

File tree

api_core/README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ This library is not meant to stand-alone. Instead it defines
77
common helpers used by all Google API clients. For more information, see the
88
`documentation`_.
99

10-
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-core.svg
11-
:target: https://pypi.org/project/google-cloud-core/
12-
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-core.svg
13-
:target: https://pypi.org/project/google-cloud-core/
10+
.. |pypi| image:: https://img.shields.io/pypi/v/google-api_core.svg
11+
:target: https://pypi.org/project/google-api_core/
12+
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-api_core.svg
13+
:target: https://pypi.org/project/google-api_core/
1414
.. _documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/core/

asset/README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
Python Client for Cloud Asset API (`Alpha`_)
22
============================================
33

4+
|pypi| |versions|
5+
46
`Cloud Asset API`_: The cloud asset API manages the history and inventory of cloud resources.
57

68
- `Client Library Documentation`_
79
- `Product Documentation`_
810

911
.. _Alpha: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst
12+
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-asset.svg
13+
:target: https://pypi.org/project/google-cloud-asset/
14+
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-asset.svg
15+
:target: https://pypi.org/project/google-cloud-asset/
1016
.. _Cloud Asset API: https://cloud.google.com/cloudasset
1117
.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/asset/index.html
1218
.. _Product Documentation: https://cloud.google.com/cloudasset

automl/README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Python Client for Cloud AutoML API (`Alpha`_)
22
=============================================
33

4+
|pypi| |versions|
5+
46
The `Cloud AutoML API`_ is a suite of machine learning products that enables
57
developers with limited machine learning expertise to train high-quality models
68
specific to their business needs, by leveraging Google’s state-of-the-art
@@ -10,6 +12,10 @@ transfer learning, and Neural Architecture Search technology.
1012
- `Product Documentation`_
1113

1214
.. _Alpha: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst
15+
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-automl.svg
16+
:target: https://pypi.org/project/google-cloud-automl/
17+
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-automl.svg
18+
:target: https://pypi.org/project/google-cloud-automl/
1319
.. _Cloud AutoML API: https://cloud.google.com/automl
1420
.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/automl/index.html
1521
.. _Product Documentation: https://cloud.google.com/automl

core/README.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
Core Helpers for Google Cloud Python Client Library
22
===================================================
33

4+
|pypi| |versions|
5+
46
This library is not meant to stand-alone. Instead it defines
57
common helpers (e.g. base ``Client`` classes) used by all of the
68
``google-cloud-*`` packages.
79

8-
|pypi| |versions|
910

1011
- `Documentation`_
1112

13+
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-core.svg
14+
:target: https://pypi.org/project/google-cloud-core/
15+
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-core.svg
16+
:target: https://pypi.org/project/google-cloud-core/
1217
.. _Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/core/index.html
1318

1419
Quick Start
@@ -24,7 +29,3 @@ to `Python Development Environment Setup Guide`_ for Google Cloud Platform.
2429

2530
.. _Python Development Environment Setup Guide: https://cloud.google.com/python/setup
2631

27-
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-core.svg
28-
:target: https://pypi.org/project/google-cloud-core/
29-
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-core.svg
30-
:target: https://pypi.org/project/google-cloud-core/

dlp/README.rst

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Python Client for Cloud Data Loss Prevention (DLP) API (`Alpha`_)
22
=================================================================
33

4+
|pypi| |versions|
5+
46
`Cloud Data Loss Prevention (DLP) API`_: Provides methods for detection, risk analysis, and de-identification of
57
privacy-sensitive fragments in text, images, and Google Cloud Platform
68
storage repositories.
@@ -9,6 +11,10 @@ storage repositories.
911
- `Product Documentation`_
1012

1113
.. _Alpha: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst
14+
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-dlp.svg
15+
:target: https://pypi.org/project/google-cloud-dlp/
16+
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-dlp.svg
17+
:target: https://pypi.org/project/google-cloud-dlp/
1218
.. _Cloud Data Loss Prevention (DLP) API: https://cloud.google.com/dlp
1319
.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/dlp/index.html
1420
.. _Product Documentation: https://cloud.google.com/dlp
@@ -89,12 +95,7 @@ DlpServiceClient
8995
Next Steps
9096
~~~~~~~~~~
9197

92-
- Read the `Client Library Documentation`_ for Cloud Data Loss Prevention (DLP) API
93-
API to see other available methods on the client.
94-
- Read the `Cloud Data Loss Prevention (DLP) API Product documentation`_ to learn
95-
more about the product and see How-to Guides.
96-
- View this `repository’s main README`_ to see the full list of Cloud
97-
APIs that we cover.
98-
99-
.. _Cloud Data Loss Prevention (DLP) API Product documentation: https://cloud.google.com/dlp
100-
.. _repository’s main README: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst
98+
- Read the `Client Library Documentation`_ for Cloud Data Loss Prevention
99+
(DLP) API to see other available methods on the client.
100+
- Read the `Product documentation`_ to
101+
learn more about the product and see How-to Guides.

dns/README.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
Python Client for Google Cloud DNS
22
==================================
33

4+
|pypi| |versions|
5+
46
The `Google Cloud DNS`_ API provides methods that you can use to
57
manage DNS for your applications.
68

7-
8-
|pypi| |versions|
9-
109
- `Client Library Documentation`_
1110
- `Product Documentation`_
1211

iot/README.rst

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
Python Client for Cloud IoT API (`Alpha`_)
22
==========================================
33

4-
`Cloud IoT API`_: Registers and manages IoT (Internet of Things) devices that connect to the
5-
Google Cloud Platform.
4+
|pypi| |versions|
5+
6+
`Cloud IoT API`_: Registers and manages IoT (Internet of Things) devices that
7+
connect to the Google Cloud Platform.
68

79
- `Client Library Documentation`_
810
- `Product Documentation`_
911

1012
.. _Alpha: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst
13+
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-iot.svg
14+
:target: https://pypi.org/project/google-cloud-iot/
15+
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-iot.svg
16+
:target: https://pypi.org/project/google-cloud-iot/
1117
.. _Cloud IoT API: https://cloud.google.com/iot
1218
.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/iot/index.html
1319
.. _Product Documentation: https://cloud.google.com/iot
@@ -92,11 +98,6 @@ Next Steps
9298
~~~~~~~~~~
9399

94100
- Read the `Client Library Documentation`_ for Cloud IoT API
95-
API to see other available methods on the client.
96-
- Read the `Cloud IoT API Product documentation`_ to learn
101+
to see other available methods on the client.
102+
- Read the `Product documentation`_ to learn
97103
more about the product and see How-to Guides.
98-
- View this `repository’s main README`_ to see the full list of Cloud
99-
APIs that we cover.
100-
101-
.. _Cloud IoT API Product documentation: https://cloud.google.com/iot
102-
.. _repository’s main README: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst

kms/README.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,21 @@ Python Client for Cloud Key Management Service (KMS) API (`Alpha`_)
33

44
|pypi| |versions|
55

6-
`Cloud Key Management Service (KMS) API`_: Manages keys and performs cryptographic operations in a central cloud
7-
service, for direct use by other cloud resources and applications.
6+
`Cloud Key Management Service (KMS) API`_: Manages keys and performs
7+
cryptographic operations in a central cloud service, for direct use by other
8+
cloud resources and applications.
89

910
- `Client Library Documentation`_
1011
- `Product Documentation`_
1112

1213
.. _Alpha: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst
14+
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-kms.svg
15+
:target: https://pypi.org/project/google-cloud-kms/
16+
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-kms.svg
17+
:target: https://pypi.org/project/google-cloud-kms/
1318
.. _Cloud Key Management Service (KMS) API: https://cloud.google.com/kms
1419
.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/kms/index.html
1520
.. _Product Documentation: https://cloud.google.com/kms
16-
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-datastore.svg
17-
:target: https://pypi.org/project/google-cloud-datastore/
18-
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-datastore.svg
19-
:target: https://pypi.org/project/google-cloud-datastore/
2021

2122
Quick Start
2223
-----------

oslogin/README.rst

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
1-
Python Client for Google Cloud OS Login API (`Alpha`_)
2-
======================================================
1+
Python Client for Google Cloud OS Login API (unreleased)
2+
========================================================
3+
4+
|pypi| |versions|
35

46
`Google Cloud OS Login API`_: Manages OS login configuration for Google account users.
57

68
- `Client Library Documentation`_
79
- `Product Documentation`_
810

911
.. _Alpha: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst
12+
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-oslogin.svg
13+
:target: https://pypi.org/project/google-cloud-oslogin/
14+
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-oslogin.svg
15+
:target: https://pypi.org/project/google-cloud-oslogin/
1016
.. _Google Cloud OS Login API: https://cloud.google.com/os-login
1117
.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/oslogin/index.html
1218
.. _Product Documentation: https://cloud.google.com/os-login
@@ -65,11 +71,6 @@ Next Steps
6571
~~~~~~~~~~
6672

6773
- Read the `Client Library Documentation`_ for Google Cloud OS Login API
68-
API to see other available methods on the client.
69-
- Read the `Google Cloud OS Login API Product documentation`_ to learn
74+
to see other available methods on the client.
75+
- Read the `Product documentation`_ to learn
7076
more about the product and see How-to Guides.
71-
- View this `repository’s main README`_ to see the full list of Cloud
72-
APIs that we cover.
73-
74-
.. _Google Cloud OS Login API Product documentation: https://cloud.google.com/os-login
75-
.. _repository’s main README: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst

redis/README.rst

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
Python Client for Google Cloud Memorystore for Redis API (`Alpha`_)
22
===================================================================
33

4-
`Google Cloud Memorystore for Redis API`_: The Google Cloud Memorystore for Redis API is used for creating and managing
5-
Redis instances on the Google Cloud Platform.
4+
|pypi| |versions|
5+
6+
`Google Cloud Memorystore for Redis API`_: The Google Cloud Memorystore for
7+
Redis API is used for creating and managing Redis instances on the Google
8+
Cloud Platform.
69

710
- `Client Library Documentation`_
811
- `Product Documentation`_
912

1013
.. _Alpha: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst
14+
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-redis.svg
15+
:target: https://pypi.org/project/google-cloud-redis/
16+
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-redis.svg
17+
:target: https://pypi.org/project/google-cloud-redis/
1118
.. _Google Cloud Memorystore for Redis API: https://cloud.google.com/memorystore/
1219
.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/redis/index.html
1320
.. _Product Documentation: https://cloud.google.com/memorystore/
@@ -65,12 +72,7 @@ Windows
6572
Next Steps
6673
~~~~~~~~~~
6774

68-
- Read the `Client Library Documentation`_ for Google Cloud Memorystore for Redis API
69-
API to see other available methods on the client.
70-
- Read the `Google Cloud Memorystore for Redis API Product documentation`_ to learn
71-
more about the product and see How-to Guides.
72-
- View this `repository’s main README`_ to see the full list of Cloud
73-
APIs that we cover.
74-
75-
.. _Google Cloud Memorystore for Redis API Product documentation: https://cloud.google.com/memorystore/
76-
.. _repository’s main README: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst
75+
- Read the `Client Library Documentation`_ for Google Cloud Memorystore for
76+
Redis API to see other available methods on the client.
77+
- Read the `Product documentation`_ to learn more about the product and see
78+
How-to Guides.

0 commit comments

Comments
 (0)