Skip to content

Commit 2123e58

Browse files
authored
chore: update readme of httplib2 to indicate library is deprecated (#176)
* update-readme * Update README.rst updated deprecate message * fix lint error
1 parent d8b54a2 commit 2123e58

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
``httplib2`` Transport for Google Auth
22
======================================
33

4+
.. image:: https://img.shields.io/badge/status-deprecated-red.svg
5+
:target: https://github.com/httplib2/httplib2
6+
7+
The library was created to help clients migrate from `oauth2client <https://github.com/googleapis/oauth2client>`_ to `google-auth`_, however this library is no longer maintained. For any new usages please see provided transport layers by `google-auth`_ library.
8+
9+
Introduction
10+
------------
411
|pypi|
512

613
This library provides an `httplib2`_ transport for `google-auth`_.
@@ -16,6 +23,7 @@ This library provides an `httplib2`_ transport for `google-auth`_.
1623
.. _httplib2: https://github.com/httplib2/httplib2
1724
.. _google-auth: https://github.com/GoogleCloudPlatform/google-auth-library-python/
1825

26+
1927
Installing
2028
----------
2129

0 commit comments

Comments
 (0)