Skip to content

Commit e2949d5

Browse files
committed
Adding Runtime Config API to umbrella config.
Also updating Runtime Config README with badges and updating the main README to refer to the Runtime Config API.
1 parent 7e2eb33 commit e2949d5

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ This client supports the following Google Cloud Platform services:
3131
- `Google Translate`_ (`Translate README`_)
3232
- `Google Cloud Vision`_ (`Vision README`_)
3333
- `Google Cloud Bigtable - HappyBase`_ (`HappyBase README`_)
34+
- `Google Cloud Runtime Configuration`_ (`Runtime Config README`_)
3435

3536
.. _Google Cloud Datastore: https://pypi.python.org/pypi/google-cloud-datastore
3637
.. _Datastore README: https://github.com/GoogleCloudPlatform/google-cloud-python/tree/master/datastore
@@ -60,6 +61,8 @@ This client supports the following Google Cloud Platform services:
6061
.. _Vision README: https://github.com/GoogleCloudPlatform/google-cloud-python/tree/master/vision
6162
.. _Google Cloud Bigtable - HappyBase: https://pypi.python.org/pypi/google-cloud-happybase/
6263
.. _HappyBase README: https://github.com/GoogleCloudPlatform/google-cloud-python-happybase
64+
.. _Google Cloud Runtime Configuration: https://cloud.google.com/deployment-manager/runtime-configurator/
65+
.. _Runtime Config README: https://github.com/GoogleCloudPlatform/google-cloud-python/tree/master/runtimeconfig
6366

6467
If you need support for other Google APIs, check out the
6568
`Google APIs Python Client library`_.

runtimeconfig/README.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Python Client for Google Cloud RuntimeConfig
55

66
.. _Google Cloud RuntimeConfig: https://cloud.google.com/deployment-manager/runtime-configurator/
77

8-
|alpha|
8+
|alpha| |pypi| |versions|
99

1010
- `Documentation`_
1111

@@ -47,4 +47,9 @@ for changes to your data and return based on certain conditions.
4747
See the ``google-cloud-python`` API `runtimeconfig documentation`_ to learn
4848
how to interact with Cloud RuntimeConfig using this Client Library.
4949

50-
.. _RuntimeConfig documentation: https://google-cloud-python.readthedocs.io/en/stable/runtimeconfig-usage.html
50+
.. _RuntimeConfig documentation: https://google-cloud-python.readthedocs.io/en/latest/runtimeconfig-usage.html
51+
52+
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-runtimeconfig.svg
53+
:target: https://pypi.python.org/pypi/google-cloud-runtimeconfig
54+
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-runtimeconfig.svg
55+
:target: https://pypi.python.org/pypi/google-cloud-runtimeconfig

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
'google-cloud-storage >= 0.20.0',
6666
'google-cloud-translate >= 0.20.0',
6767
'google-cloud-vision >= 0.20.0',
68+
'google-cloud-runtimeconfig >= 0.20.0',
6869
]
6970

7071
setup(

0 commit comments

Comments
 (0)