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

..03-May-2022-

.github/H03-May-2022-86

docs/H03-May-2022-704508

oauth2client/H03-May-2022-8,7546,415

samples/H03-May-2022-604267

scripts/H03-May-2022-316156

.coveragercH A D01-Jan-1980379 1715

.gitignoreH A D01-Jan-1980403 3225

.travis.ymlH A D01-Jan-19801 KiB4946

CHANGELOG.mdH A D01-Jan-198019.4 KiB505394

CODE_OF_CONDUCT.mdH A D01-Jan-19801.9 KiB4435

CONTRIBUTING.mdH A D01-Jan-19808 KiB203162

CONTRIBUTORS.mdH A D01-Jan-19803.4 KiB9688

LICENSEH A D01-Jan-198011.2 KiB211174

MANIFEST.inH A D01-Jan-198065 32

MakefileH A D01-Jan-198037 64

README.mdH A D01-Jan-19801.5 KiB3423

setup.cfgH A D01-Jan-198028 32

setup.pyH A D01-Jan-19802.5 KiB8055

tox.iniH A D01-Jan-19802.5 KiB117106

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