Metadata-Version: 2.0
Name: rcloadenv
Version: 0.1.0
Summary: Load environment variables from Google Cloud RuntimeConfig.
Home-page: https://github.com/GoogleCloudPlatform/rcloadenv
Author: Tim Swast, Google Inc.
Author-email: swast@google.com
License: Apache 2.0
Keywords: runtime configuration environment shell linux unix
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: System :: Installation/Setup
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Unix Shell
Requires-Dist: requests[security] (<3.0.0dev,>=2.13.0)
Requires-Dist: google-auth (>=0.10.0,<2.0.0dev)

google-cloud-runtimeconfig-loadenv
----------------------------------

This package distributes a binary called ``rcloadenv``, which reads a
configuration from the `Google Cloud Runtime Configuration API
<https://cloud.google.com/deployment-manager/runtime-configurator/reference/rest/>`_
and launches an executable with the loaded environment.

Use it from a shell like

.. code-block:: bash

    rcloadenv my-config -- my-binary-that-uses-the-env-vars



