Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
LICENSE | D | 03-May-2024 | 746 | 23 | 16 | |
README.md | D | 03-May-2024 | 1 KiB | 30 | 20 | |
README.swarming | D | 03-May-2024 | 417 | 15 | 12 | |
__init__.py | D | 03-May-2024 | 1 KiB | 24 | 7 | |
_helpers.py | D | 03-May-2024 | 3.3 KiB | 104 | 66 | |
_openssl_crypt.py | D | 03-May-2024 | 4.4 KiB | 140 | 96 | |
_pycrypto_crypt.py | D | 03-May-2024 | 4.2 KiB | 129 | 92 | |
client.py | D | 03-May-2024 | 82.5 KiB | 2,244 | 1,755 | |
clientsecrets.py | D | 03-May-2024 | 5.1 KiB | 174 | 123 | |
crypt.py | D | 03-May-2024 | 8.2 KiB | 244 | 163 | |
file.py | D | 03-May-2024 | 3.4 KiB | 123 | 81 | |
gce.py | D | 03-May-2024 | 3.9 KiB | 112 | 72 | |
keyring_storage.py | D | 03-May-2024 | 3.5 KiB | 115 | 72 | |
locked_file.py | D | 03-May-2024 | 13.1 KiB | 388 | 284 | |
multistore_file.py | D | 03-May-2024 | 15.7 KiB | 485 | 357 | |
service_account.py | D | 03-May-2024 | 4.9 KiB | 134 | 94 | |
tools.py | D | 03-May-2024 | 8.8 KiB | 245 | 184 | |
util.py | D | 03-May-2024 | 6.6 KiB | 225 | 156 | |
xsrfutil.py | D | 03-May-2024 | 3.5 KiB | 108 | 70 |
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