Metadata-Version: 1.1
Name: gcs-oauth2-boto-plugin
Version: 1.5
Summary: Auth plugin allowing use the use of OAuth 2.0 credentials for Google Cloud Storage in the Boto library.
Home-page: https://developers.google.com/storage/docs/gspythonlibrary
Author: Google Inc.
Author-email: gs-team@google.com
License: Apache 2.0
Download-URL: https://github.com/GoogleCloudPlatform/gcs-oauth2-boto-plugin
Description: 
        gcs-oauth2-boto-plugin is a Python application whose purpose is to behave as an
        auth plugin for the boto auth plugin framework for use with OAuth 2.0
        credentials for the Google Cloud Platform. This plugin is compatible with both
        user accounts and service accounts, and its functionality is essentially a
        wrapper around the oauth2client package of google-api-python-client with the
        addition of automatically caching tokens for the machine in a thread- and
        process-safe fashion.
        
Platform: any
