Metadata-Version: 2.0
Name: google-cloud-runtimeconfig
Version: 0.23.0
Summary: Python Client for Google Cloud RuntimeConfig
Home-page: https://github.com/GoogleCloudPlatform/google-cloud-python
Author: Google Cloud Platform
Author-email: jjg+google-cloud-python@google.com
License: Apache 2.0
Platform: Posix; MacOS X; Windows
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet
Requires-Dist: google-cloud-core (<0.24dev,>=0.23.1)

Python Client for Google Cloud RuntimeConfig
============================================

    Python idiomatic client for `Google Cloud RuntimeConfig`_

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

|alpha| |pypi| |versions|

-  `Documentation`_

.. _Documentation: http://googlecloudplatform.github.io/google-cloud-python/

.. |alpha| image:: https://img.shields.io/badge/status-alpha-orange.svg

**This client library is currently in alpha and may be subject to change.**

Quick Start
-----------

::

    $ pip install --upgrade google-cloud-runtimeconfig

Authentication
--------------

With ``google-cloud-python`` we try to make authentication as painless as
possible. Check out the `Authentication section`_ in our documentation to
learn more. You may also find the `authentication document`_ shared by all
the ``google-cloud-*`` libraries to be helpful.

.. _Authentication section: http://google-cloud-python.readthedocs.io/en/latest/google-cloud-auth.html
.. _authentication document: https://github.com/GoogleCloudPlatform/gcloud-common/tree/master/authentication

Using the API
-------------

The Google Cloud `RuntimeConfig`_ (`RuntimeConfig API docs`_) API enables
developers to dynamically configure and expose variables through Google Cloud
Platform. In addition, you can also set Watchers and Waiters that will watch
for changes to your data and return based on certain conditions.

.. _RuntimeConfig: https://cloud.google.com/deployment-manager/runtime-configurator/
.. _RuntimeConfig API docs: https://cloud.google.com/deployment-manager/runtime-configurator/reference/rest/

See the ``google-cloud-python`` API runtimeconfig `Documentation`_ to learn
how to interact with Cloud RuntimeConfig using this Client Library.

.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-runtimeconfig.svg
   :target: https://pypi.python.org/pypi/google-cloud-runtimeconfig
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-runtimeconfig.svg
   :target: https://pypi.python.org/pypi/google-cloud-runtimeconfig


