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

..03-May-2022-

oauth2client/H07-Sep-2018-8,7506,411

oauth2client.egg-info/H03-May-2022-2926

tests/H07-Sep-2018-10,2587,641

CHANGELOG.mdH A D07-Sep-201819.4 KiB505394

LICENSEH A D07-Sep-201811.2 KiB211174

MANIFEST.inH A D07-Sep-201865 32

PKG-INFOH A D07-Sep-20181.1 KiB2926

README.mdH A D07-Sep-20181.5 KiB3423

setup.cfgH A D07-Sep-201867 85

setup.pyH A D07-Sep-20182.5 KiB8055

README.md

1[![Build Status](https://travis-ci.org/google/oauth2client.svg?branch=master)](https://travis-ci.org/google/oauth2client)
2[![Coverage Status](https://coveralls.io/repos/google/oauth2client/badge.svg?branch=master&service=github)](https://coveralls.io/github/google/oauth2client?branch=master)
3[![Documentation Status](https://readthedocs.org/projects/oauth2client/badge/?version=latest)](https://oauth2client.readthedocs.io/)
4
5This is a client library for accessing resources protected by OAuth 2.0.
6
7**Note**: oauth2client is now deprecated. No more features will be added to the
8libraries and the core team is turning down support. We recommend you use
9[google-auth](https://google-auth.readthedocs.io) and [oauthlib](http://oauthlib.readthedocs.io/). For more details on the deprecation, see [oauth2client deprecation](https://google-auth.readthedocs.io/en/latest/oauth2client-deprecation.html).
10
11Installation
12============
13
14To install, simply run the following command in your terminal:
15
16```bash
17$ pip install --upgrade oauth2client
18```
19
20Contributing
21============
22
23Please see the [CONTRIBUTING page][1] for more information. In particular, we
24love pull requests -- but please make sure to sign the contributor license
25agreement.
26
27Supported Python Versions
28=========================
29
30We support Python 2.7 and 3.4+. More information [in the docs][2].
31
32[1]: https://github.com/google/oauth2client/blob/master/CONTRIBUTING.md
33[2]: https://oauth2client.readthedocs.io/#supported-python-versions
34