Metadata-Version: 1.1
Name: google-auth-oauthlib
Version: 0.1.0
Summary: Google Authentication Library
Home-page: https://github.com/GoogleCloudPlatform/google-auth-library-python
Author: Google Cloud Platform
Author-email: jonwayne+google-auth@google.com
License: Apache 2.0
Description: oauthlib integration for Google Auth
        ====================================
        
        |pypi|
        
        This library provides `oauthlib`_ integration with `google-auth`_.
        
        .. |pypi| image:: https://img.shields.io/pypi/v/google-auth-oauthlib.svg
           :target: https://pypi.python.org/pypi/google-auth-oauthlib
        
        .. _oauthlib: https://github.com/idan/oauthlib
        .. _google-auth: https://github.com/GoogleCloudPlatform/google-auth
        
        Installing
        ----------
        
        You can install using `pip`_::
        
            $ pip install google-auth-oauthlib
        
        .. _pip: https://pip.pypa.io/en/stable/
        
        License
        -------
        
        Apache 2.0 - See `the LICENSE`_ for more information.
        
        .. _the LICENSE: https://github.com/GoogleCloudPlatform/google-auth-library-python/blob/master/LICENSE
        
Keywords: google auth oauth client oauthlib
Platform: UNKNOWN
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: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
