Name Date Size #Lines LOC

..--

LICENSEH A D25-Apr-2025746 2316

README.mdH A D25-Apr-20251 KiB3020

README.swarmingH A D25-Apr-2025417 1512

__init__.pyH A D25-Apr-20251 KiB247

_helpers.pyH A D25-Apr-20253.3 KiB10466

_openssl_crypt.pyH A D25-Apr-20254.4 KiB14096

_pycrypto_crypt.pyH A D25-Apr-20254.2 KiB12992

client.pyH A D25-Apr-202582.5 KiB2,2441,755

clientsecrets.pyH A D25-Apr-20255.1 KiB174123

crypt.pyH A D25-Apr-20258.2 KiB244163

file.pyH A D25-Apr-20253.4 KiB12381

gce.pyH A D25-Apr-20253.9 KiB11272

keyring_storage.pyH A D25-Apr-20253.5 KiB11572

locked_file.pyH A D25-Apr-202513.1 KiB388284

multistore_file.pyH A D25-Apr-202515.7 KiB485357

service_account.pyH A D25-Apr-20254.9 KiB13494

tools.pyH A D25-Apr-20258.8 KiB245184

util.pyH A D25-Apr-20256.6 KiB225156

xsrfutil.pyH A D25-Apr-20253.5 KiB10870

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)](http://oauth2client.readthedocs.org/)
4
5This is a client library for accessing resources protected by OAuth 2.0.
6
7Installation
8============
9
10To install, simply say
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]: http://oauth2client.readthedocs.org/#supported-python-versions
30

README.swarming

1Name: oauth2client
2Short Name: oauth2client
3URL: https://github.com/google/oauth2client/archive/v1.5.2.tar.gz
4Version: 1.5.2
5Revision: 73d9d55447de97dfe541395817a0c8241701f7d6
6License: Apache License, Version 2.0
7
8Description:
9The oauth2client is a client library for OAuth 2.0.
10
11Local Modifications:
12- Kept oauth2client/.
13- Removed: appengine.py devshell.py django_orm.py flask_util.py
14- Kept LICENSE and README.md.
15