google-auth-httplib2 0.3.1


pip install google-auth-httplib2

  Latest version

Released: Mar 30, 2026

Project Links

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

Classifiers

Programming Language
  • Python :: 3
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13
  • Python :: 3.14

Development Status
  • 3 - Alpha

Intended Audience
  • Developers

License
  • OSI Approved :: Apache Software License

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

Topic
  • Internet :: WWW/HTTP
https://img.shields.io/badge/status-deprecated-red.svg

The library was created to help clients migrate from oauth2client to google-auth, however this library is no longer maintained. For any new usages please see provided transport layers by google-auth library.

Documentation

httplib2 Transport for Google Auth Documentation

Introduction

pypi

This library provides an httplib2 transport for google-auth.

Installing

You can install using pip:

$ pip install google-auth-httplib2

License

Apache 2.0 - See the LICENSE for more information.

Extras: None
Dependencies:
google-auth (<3.0.0,>=1.32.0)
httplib2 (<1.0.0,>=0.19.0)