# google-auth-library-python-httplib2 **Repository Path**: mirrors_GoogleCloudPlatform/google-auth-library-python-httplib2 ## Basic Information - **Project Name**: google-auth-library-python-httplib2 - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README :**NOTE**: **This github repository is archived. The repository contents and history have moved to** `google-cloud-python`_. .. _google-cloud-python: https://github.com/googleapis/google-cloud-python/tree/main/packages/google-auth-httplib2 ``httplib2`` Transport for Google Auth ====================================== .. image:: https://img.shields.io/badge/status-deprecated-red.svg :target: https://github.com/httplib2/httplib2 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`_. .. 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``. .. |pypi| image:: https://img.shields.io/pypi/v/google-auth-httplib2.svg :target: https://pypi.python.org/pypi/google-auth-httplib2 .. _httplib2: https://github.com/httplib2/httplib2 .. _httplib2 Transport for Google Auth Documentation: https://googleapis.dev/python/google-auth-httplib2/latest .. _google-auth: https://github.com/GoogleCloudPlatform/google-auth-library-python/ Installing ---------- You can install using `pip`_:: $ pip install google-auth-httplib2 .. _pip: https://pip.pypa.io/en/stable/ License ------- Apache 2.0 - See `the LICENSE`_ for more information. .. _the LICENSE: https://github.com/GoogleCloudPlatform/google-auth-library-python/blob/main/LICENSE