File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff 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
6467If you need support for other Google APIs, check out the
6568`Google APIs Python Client library `_.
Original file line number Diff line number Diff 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.
4747See the ``google-cloud-python `` API `runtimeconfig documentation `_ to learn
4848how 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
Original file line number Diff line number Diff line change 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
7071setup (
You can’t perform that action at this time.
0 commit comments