google-auth-oauthlib 1.2.2


pip install google-auth-oauthlib

  Latest version

Released: Apr 22, 2025

Project Links

Meta
Author: Google Cloud Platform
Requires Python: >=3.6

Classifiers

Programming Language
  • Python :: 3
  • Python :: 3.6
  • Python :: 3.7
  • Python :: 3.8
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12

Development Status
  • 5 - Production/Stable

Intended Audience
  • Developers

License
  • OSI Approved :: Apache Software License

Operating System
  • POSIX
  • Microsoft :: Windows
  • MacOS :: MacOS X
  • OS Independent

Topic
  • Internet :: WWW/HTTP

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.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.

Extras:
Dependencies:
google-auth (>=2.15.0)
requests-oauthlib (>=0.7.0)