diff --git a/bigquery/README.rst b/bigquery/README.rst index d4059a156c34..1dcea16e0cc5 100644 --- a/bigquery/README.rst +++ b/bigquery/README.rst @@ -5,6 +5,8 @@ Python Client for Google BigQuery .. _Google BigQuery: https://cloud.google.com/bigquery/what-is-bigquery +|pypi| |versions| + - `Documentation`_ .. _Documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/bigquery-usage.html @@ -85,3 +87,8 @@ See the ``google-cloud-python`` API `BigQuery documentation`_ to learn how to connect to BigQuery using this Client Library. .. _BigQuery documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/bigquery-usage.html + +.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-bigquery.svg + :target: https://pypi.python.org/pypi/google-cloud-bigquery +.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-bigquery.svg + :target: https://pypi.python.org/pypi/google-cloud-bigquery diff --git a/bigtable/README.rst b/bigtable/README.rst index 859a9ea536bd..51a0f25c7b49 100644 --- a/bigtable/README.rst +++ b/bigtable/README.rst @@ -5,6 +5,8 @@ Python Client for Google Cloud Bigtable .. _Google Cloud Bigtable: https://cloud.google.com/bigtable/docs/ +|pypi| |versions| + - `Documentation`_ .. _Documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/bigtable-usage.html @@ -40,3 +42,8 @@ See the ``google-cloud-python`` API `Bigtable documentation`_ to learn how to manage your data in Bigtable tables. .. _Bigtable documentation: https://google-cloud-python.readthedocs.io/en/stable/bigtable-usage.html + +.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-bigtable.svg + :target: https://pypi.python.org/pypi/google-cloud-bigtable +.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-bigtable.svg + :target: https://pypi.python.org/pypi/google-cloud-bigtable diff --git a/core/README.rst b/core/README.rst index 8115c049c89c..5088505addc7 100644 --- a/core/README.rst +++ b/core/README.rst @@ -5,6 +5,8 @@ This library is not meant to stand-alone. Instead it defines common helpers (e.g. base ``Client`` and ``Connection`` classes) used by all of the ``google-cloud-*``. +|pypi| |versions| + - `Documentation`_ .. _Documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/google-cloud-api.html @@ -15,3 +17,8 @@ Quick Start .. code-block:: console $ pip install --upgrade google-cloud-core + +.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-core.svg + :target: https://pypi.python.org/pypi/google-cloud-core +.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-core.svg + :target: https://pypi.python.org/pypi/google-cloud-core diff --git a/datastore/README.rst b/datastore/README.rst index f625e16d3d2e..d913abc7821f 100644 --- a/datastore/README.rst +++ b/datastore/README.rst @@ -5,6 +5,8 @@ Python Client for Google Cloud Datastore .. _Google Cloud Datastore: https://cloud.google.com/datastore/docs +|pypi| |versions| + - `Documentation`_ .. _Documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/datastore-client.html @@ -63,3 +65,8 @@ how to activate Cloud Datastore for your project. query = datastore.Query(kind='EntityKind') for result in query.fetch(): print(result) + +.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-datastore.svg + :target: https://pypi.python.org/pypi/google-cloud-datastore +.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-datastore.svg + :target: https://pypi.python.org/pypi/google-cloud-datastore diff --git a/dns/README.rst b/dns/README.rst index 39d2fb6b637a..376bcf60e27d 100644 --- a/dns/README.rst +++ b/dns/README.rst @@ -5,6 +5,8 @@ Python Client for Google Cloud DNS .. _Google Cloud DNS: https://cloud.google.com/dns/ +|pypi| |versions| + - `Documentation`_ .. _Documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/dns-usage.html @@ -40,3 +42,8 @@ See the ``google-cloud-python`` API `DNS documentation`_ to learn how to manage DNS records using this Client Library. .. _DNS documentation: https://google-cloud-python.readthedocs.io/en/stable/dns-usage.html + +.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-dns.svg + :target: https://pypi.python.org/pypi/google-cloud-dns +.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-dns.svg + :target: https://pypi.python.org/pypi/google-cloud-dns diff --git a/error_reporting/README.rst b/error_reporting/README.rst index 4239220d3294..b4d955a63b50 100644 --- a/error_reporting/README.rst +++ b/error_reporting/README.rst @@ -5,6 +5,8 @@ Python Client for Stackdriver Error Reporting .. _Stackdriver Error Reporting: https://cloud.google.com/error-reporting/ +|pypi| |versions| + - `Documentation`_ .. _Documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/error-reporting-usage.html @@ -45,3 +47,8 @@ See the ``google-cloud-python`` API `Error Reporting documentation`_ to learn how to get started using this library. .. _Error Reporting documentation: https://google-cloud-python.readthedocs.io/en/stable/error-reporting-usage.html + +.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-error-reporting.svg + :target: https://pypi.python.org/pypi/google-cloud-error-reporting +.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-error-reporting.svg + :target: https://pypi.python.org/pypi/google-cloud-error-reporting diff --git a/language/README.rst b/language/README.rst index ba1282692495..8bd929fac821 100644 --- a/language/README.rst +++ b/language/README.rst @@ -5,6 +5,8 @@ Python Client for Google Cloud Natural Language .. _Google Cloud Natural Language: https://cloud.google.com/natural-language/ +|pypi| |versions| + - `Documentation`_ .. _Documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/language-usage.html @@ -44,3 +46,8 @@ See the ``google-cloud-python`` API `Natural Language documentation`_ to learn how to analyze text with this API. .. _Natural Language documentation: https://google-cloud-python.readthedocs.io/en/stable/language-usage.html + +.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-language.svg + :target: https://pypi.python.org/pypi/google-cloud-language +.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-language.svg + :target: https://pypi.python.org/pypi/google-cloud-language diff --git a/logging/README.rst b/logging/README.rst index 78e301366e99..6dd9f74e62a3 100644 --- a/logging/README.rst +++ b/logging/README.rst @@ -5,6 +5,8 @@ Python Client for Stackdriver Logging .. _Stackdriver Logging: https://cloud.google.com/logging/ +|pypi| |versions| + - `Documentation`_ .. _Documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/logging-usage.html @@ -54,3 +56,8 @@ See the ``google-cloud-python`` API `logging documentation`_ to learn how to connect to Stackdriver Logging using this Client Library. .. _logging documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/logging-usage.html + +.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-logging.svg + :target: https://pypi.python.org/pypi/google-cloud-logging +.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-logging.svg + :target: https://pypi.python.org/pypi/google-cloud-logging diff --git a/monitoring/README.rst b/monitoring/README.rst index 3846d622d609..1adadfcb208d 100644 --- a/monitoring/README.rst +++ b/monitoring/README.rst @@ -5,6 +5,8 @@ Python Client for Stackdriver Monitoring .. _Stackdriver Monitoring: https://cloud.google.com/monitoring/ +|pypi| |versions| + - `Documentation`_ .. _Documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/monitoring-usage.html @@ -64,3 +66,8 @@ See the ``google-cloud-python`` API `monitoring documentation`_ to learn how to connect to Stackdriver Monitoring using this Client Library. .. _monitoring documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/monitoring-usage.html + +.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-monitoring.svg + :target: https://pypi.python.org/pypi/google-cloud-monitoring +.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-monitoring.svg + :target: https://pypi.python.org/pypi/google-cloud-monitoring diff --git a/pubsub/README.rst b/pubsub/README.rst index 08db812e6539..6bf9d77ee82e 100644 --- a/pubsub/README.rst +++ b/pubsub/README.rst @@ -5,6 +5,8 @@ Python Client for Google Cloud Pub / Sub .. _Google Cloud Pub / Sub: https://cloud.google.com/pubsub/docs +|pypi| |versions| + - `Documentation`_ .. _Documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/pubsub-usage.html @@ -57,3 +59,8 @@ To get started with this API, you'll need to create topic.publish('this is the message_payload', attr1='value1', attr2='value2') + +.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-pubsub.svg + :target: https://pypi.python.org/pypi/google-cloud-pubsub +.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-pubsub.svg + :target: https://pypi.python.org/pypi/google-cloud-pubsub diff --git a/resource_manager/README.rst b/resource_manager/README.rst index c3faf411f338..6d7482690273 100644 --- a/resource_manager/README.rst +++ b/resource_manager/README.rst @@ -5,6 +5,8 @@ Python Client for Google Cloud Resource Manager .. _Google Cloud Resource Manager: https://cloud.google.com/resource-manager/ +|pypi| |versions| + - `Documentation`_ .. _Documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/resource-manager-api.html @@ -41,3 +43,8 @@ See the ``google-cloud-python`` API `Resource Manager documentation`_ to learn how to manage projects using this Client Library. .. _Resource Manager documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/resource-manager-api.html + +.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-resource-manager.svg + :target: https://pypi.python.org/pypi/google-cloud-resource-manager +.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-resource-manager.svg + :target: https://pypi.python.org/pypi/google-cloud-resource-manager diff --git a/storage/README.rst b/storage/README.rst index 61c7c70d9692..6d55686be9d0 100644 --- a/storage/README.rst +++ b/storage/README.rst @@ -5,6 +5,8 @@ Python Client for Google Cloud Storage .. _Google Cloud Storage: https://cloud.google.com/storage/docs +|pypi| |versions| + - `Documentation`_ .. _Documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/storage-client.html @@ -60,3 +62,8 @@ how to create a bucket. blob.upload_from_string('New contents!') blob2 = bucket.blob('remote/path/storage.txt') blob2.upload_from_filename(filename='/local/path.txt') + +.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-storage.svg + :target: https://pypi.python.org/pypi/google-cloud-storage +.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-storage.svg + :target: https://pypi.python.org/pypi/google-cloud-storage diff --git a/translate/README.rst b/translate/README.rst index ebc8c326ea0c..3720a949fd61 100644 --- a/translate/README.rst +++ b/translate/README.rst @@ -5,6 +5,8 @@ Python Client for Google Translate .. _Google Translate: https://cloud.google.com/translate/ +|pypi| |versions| + - `Documentation`_ .. _Documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/translate-usage.html @@ -40,3 +42,8 @@ See the ``google-cloud-python`` API `Translate documentation`_ to learn how to translate text using this library. .. _Translate documentation: https://google-cloud-python.readthedocs.io/en/stable/translate-usage.html + +.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-translate.svg + :target: https://pypi.python.org/pypi/google-cloud-translate +.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-translate.svg + :target: https://pypi.python.org/pypi/google-cloud-translate diff --git a/vision/README.rst b/vision/README.rst index 7fda397eb4f0..6883dc18a22e 100644 --- a/vision/README.rst +++ b/vision/README.rst @@ -5,6 +5,8 @@ Python Client for Google Cloud Vision .. _Google Cloud Vision: https://cloud.google.com/vision/ +|pypi| |versions| + - `Documentation`_ .. _Documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/vision-usage.html @@ -48,3 +50,8 @@ See the ``google-cloud-python`` API `Vision documentation`_ to learn how to analyze images using this library. .. _Vision documentation: https://google-cloud-python.readthedocs.io/en/stable/vision-usage.html + +.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-vision.svg + :target: https://pypi.python.org/pypi/google-cloud-vision +.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-vision.svg + :target: https://pypi.python.org/pypi/google-cloud-vision