python3-google-auth-httplib2

Google Authentication Library: httplib2 transport
  https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2
  0
  no reviews



Python library providing a httplib2 transport for google-auth.

Note that httplib has lots of problems such as lack of thread safety and insecure usage of TLS. Using it is highly discouraged.

This library is intended to help existing users of oauth2client migrate to google-auth.