• Home
Name Date Size #Lines LOC

..--

LICENSED03-May-2024746 2316

README.mdD03-May-20241 KiB3020

README.swarmingD03-May-2024417 1512

__init__.pyD03-May-20241 KiB247

_helpers.pyD03-May-20243.3 KiB10466

_openssl_crypt.pyD03-May-20244.4 KiB14096

_pycrypto_crypt.pyD03-May-20244.2 KiB12992

client.pyD03-May-202482.5 KiB2,2441,755

clientsecrets.pyD03-May-20245.1 KiB174123

crypt.pyD03-May-20248.2 KiB244163

file.pyD03-May-20243.4 KiB12381

gce.pyD03-May-20243.9 KiB11272

keyring_storage.pyD03-May-20243.5 KiB11572

locked_file.pyD03-May-202413.1 KiB388284

multistore_file.pyD03-May-202415.7 KiB485357

service_account.pyD03-May-20244.9 KiB13494

tools.pyD03-May-20248.8 KiB245184

util.pyD03-May-20246.6 KiB225156

xsrfutil.pyD03-May-20243.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