• Home
Name Date Size #Lines LOC

..--

docs/03-May-2024-529388

oauth2client/03-May-2024-6,0484,460

samples/03-May-2024-8748

scripts/03-May-2024-294186

tests/03-May-2024-4,1403,047

.coveragercD03-May-2024147 87

.gitignoreD03-May-2024319 2419

.travis.ymlD03-May-2024368 2221

CHANGELOG.mdD03-May-20249.8 KiB258202

CONTRIBUTING.mdD03-May-20246 KiB156124

LICENSED03-May-2024746 2316

MANIFEST.inD03-May-202418 21

MakefileD03-May-202437 64

README.mdD03-May-2024918 2918

setup.pyD03-May-20242.2 KiB7551

tox.iniD03-May-20241.9 KiB9684

README.md

1[![Build Status](https://travis-ci.org/google/oauth2client.svg?branch=master)](https://travis-ci.org/google/oauth2client)
2
3[![Coverage Status](https://img.shields.io/coveralls/google/oauth2client.svg)](https://coveralls.io/r/google/oauth2client?branch=master)
4
5This is a client library for accessing resources protected by OAuth 2.0.
6
7[Full documentation](http://google.github.io/oauth2client/)
8
9Installation
10============
11
12To install, simply say
13
14    $ pip install --upgrade oauth2client
15
16Contributing
17============
18
19Please see the
20[contributing page](http://google.github.io/oauth2client/contributing.html)
21for more information. In particular, we love pull requests -- but please make
22sure to sign the contributor license agreement.
23
24Supported Python Versions
25=========================
26
27We support Python 2.6, 2.7, 3.3+. More information
28[in the docs](http://google.github.io/oauth2client/#supported-python-versions).
29