As of January 1, 2020 this library no longer supports Python 2 on the latest released version.
Library versions released prior to that date will continue to be available. For more information please
visit Python 2 support on Google Cloud.
httplib2
Transport for Google Auth¶
This library provides an httplib2 transport for google-auth.
Note
httplib
has lots of problems such as lack of threadsafety
and insecure usage of TLS. Using it is highly discouraged. This
library is intended to help existing users of oauth2client
migrate to
google-auth
.
Installing¶
You can install using pip:
$ pip install google-auth-httplib2
License¶
Apache 2.0 - See the LICENSE for more information.
API Reference¶
Changelog¶
For a list of all google-auth-httplib2
releases: