Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Latest commit

 

History

History
58 lines (35 loc) · 1.68 KB

File metadata and controls

58 lines (35 loc) · 1.68 KB
NOTE:This github repository is archived. The repository contents and history have moved to google-cloud-python.

oauthlib integration for Google Auth

pypi

This library provides oauthlib integration with google-auth.

Installing

You can install using pip:

$ pip install google-auth-oauthlib

Documentation

The latest documentation is available at google-auth-oauthlib.googleapis.dev.

Supported Python Versions

Python >= 3.7

Unsupported Python Versions

Python == 2.7, Python < 3.7.

The last version of this library compatible with Python 2.7 and 3.5 is google-auth-oauthlib==0.4.1.

The last version of this library compatible with Python 3.6 is google-auth-oauthlib==1.2.2.

License

Apache 2.0 - See the LICENSE for more information.