• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

google_auth_httplib2.egg-info/H03-May-2022-6046

tests/H04-Mar-2021-380271

LICENSEH A D04-Mar-202111.1 KiB202169

MANIFEST.inH A D04-Mar-202153 32

PKG-INFOH A D04-Mar-20212.3 KiB6046

README.rstH A D04-Mar-2021978 3421

google_auth_httplib2.pyH A D04-Mar-202110 KiB308214

setup.cfgH A D04-Mar-202167 85

setup.pyH A D04-Mar-20211.9 KiB5836

README.rst

1``httplib2`` Transport for Google Auth
2======================================
3
4|pypi|
5
6This library provides an `httplib2`_ transport for `google-auth`_.
7
8.. note:: ``httplib`` has lots of problems such as lack of threadsafety
9    and insecure usage of TLS. Using it is highly discouraged. This
10    library is intended to help existing users of ``oauth2client`` migrate to
11    ``google-auth``.
12
13.. |pypi| image:: https://img.shields.io/pypi/v/google-auth-httplib2.svg
14   :target: https://pypi.python.org/pypi/google-auth-httplib2
15
16.. _httplib2: https://github.com/httplib2/httplib2
17.. _google-auth: https://github.com/GoogleCloudPlatform/google-auth-library-python/
18
19Installing
20----------
21
22You can install using `pip`_::
23
24    $ pip install google-auth-httplib2
25
26.. _pip: https://pip.pypa.io/en/stable/
27
28License
29-------
30
31Apache 2.0 - See `the LICENSE`_ for more information.
32
33.. _the LICENSE: https://github.com/GoogleCloudPlatform/google-auth-library-python/blob/master/LICENSE
34