Codebase list google-auth-oauthlib / a58e276f-9ca4-4189-944e-61b0635ed453/main PKG-INFO
a58e276f-9ca4-4189-944e-61b0635ed453/main

Tree @a58e276f-9ca4-4189-944e-61b0635ed453/main (Download .tar.gz)

PKG-INFO @a58e276f-9ca4-4189-944e-61b0635ed453/mainraw · history · blame

Metadata-Version: 2.1
Name: google-auth-oauthlib
Version: 0.4.6
Summary: Google Authentication Library
Home-page: https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib
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`_.
        
        .. |build| image:: https://travis-ci.org/googleapis/google-auth-library-python-oauthlib.svg?branch=main
           :target: https://travis-ci.org/googleapis/google-auth-library-python-oauthlib
        .. |docs| image:: https://readthedocs.org/projects/google-auth-oauthlib/badge/?version=latest
           :target: https://google-auth-oauthlib.readthedocs.io/en/latest/
        .. |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/googleapis/google-auth-library-python
        
        Installing
        ----------
        
        You can install using `pip`_::
        
            $ pip install google-auth-oauthlib
        
        .. _pip: https://pip.pypa.io/en/stable/
        
        Documentation
        -------------
        
        The latest documentation is available at `google-auth-oauthlib.readthedocs.io`_.
        
        .. _google-auth-oauthlib.readthedocs.io: http://google-auth-oauthlib.readthedocs.io/
        
        Supported Python Versions
        -------------------------
        Python >= 3.6
        
        
        Unsupported Python Versions
        ---------------------------
        
        Python == 2.7, Python == 3.5.
        
        The last version of this library compatible with Python 2.7 and 3.5 is
        `google-auth-oauthlib==0.4.1`.
        
        License
        -------
        
        Apache 2.0 - See `the LICENSE`_ for more information.
        
        .. _the LICENSE: https://github.com/googleapis/google-auth-library-python-oauthlib/blob/main/LICENSE
        
Keywords: google auth oauth client oauthlib
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
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
Requires-Python: >=3.6
Provides-Extra: tool