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

..--

docs/25-Apr-2025-728527

oauth2client/25-Apr-2025-9,5386,958

samples/25-Apr-2025-9648

scripts/25-Apr-2025-400227

tests/25-Apr-2025-10,3077,681

.coveragercD25-Apr-2025340 1312

.gitignoreD25-Apr-2025395 3124

.travis.ymlD25-Apr-2025944 4441

Android.bpD25-Apr-20251,010 3229

CHANGELOG.mdD25-Apr-202516.5 KiB426333

CONTRIBUTING.mdD25-Apr-20258.4 KiB209167

LICENSED25-Apr-2025746 2316

MANIFEST.inD25-Apr-202544 32

METADATAD25-Apr-2025384 1816

MODULE_LICENSE_APACHE2D25-Apr-20250

MakefileD25-Apr-202537 64

OWNERSD25-Apr-2025207 54

README.mdD25-Apr-20251.1 KiB3020

setup.pyD25-Apr-20252.2 KiB7349

tox.iniD25-Apr-20254.4 KiB179165

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
7Installation
8============
9
10To install, simply run the following command in your terminal:
11
12```bash
13$ pip install --upgrade oauth2client
14```
15
16Contributing
17============
18
19Please see the [CONTRIBUTING page][1] for more information. In particular, we
20love pull requests -- but please make sure to sign the contributor license
21agreement.
22
23Supported Python Versions
24=========================
25
26We support Python 2.6, 2.7, 3.3+. More information [in the docs][2].
27
28[1]: https://github.com/google/oauth2client/blob/master/CONTRIBUTING.md
29[2]: https://oauth2client.readthedocs.io/#supported-python-versions
30