Metadata-Version: 1.1
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
Description: 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
        
        
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
