Metadata-Version: 2.2
Name: gcs-oauth2-boto-plugin
Version: 3.0
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
Download-URL: https://github.com/GoogleCloudPlatform/gcs-oauth2-boto-plugin
Author: Google Inc.
Author-email: gs-team@google.com
License: Apache 2.0
Platform: any
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
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: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE
Requires-Dist: rsa
Requires-Dist: boto>=2.29.1
Requires-Dist: google-reauth>=0.1.0
Requires-Dist: httplib2>=0.18
Requires-Dist: oauth2client>=2.2.0
Requires-Dist: pyOpenSSL>=0.13
Requires-Dist: retry_decorator>=1.0.0
Requires-Dist: six>=1.12.0
Provides-Extra: dev
Requires-Dist: freezegun; extra == "dev"
Requires-Dist: mock; python_version < "3.3" and extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: download-url
Dynamic: home-page
Dynamic: license
Dynamic: platform
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary


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 oauth2client with the addition of automatically caching tokens
for the machine in a thread- and process-safe fashion.
