Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
docs/ | 03-May-2024 | - | 529 | 388 | ||
oauth2client/ | 03-May-2024 | - | 6,048 | 4,460 | ||
samples/ | 03-May-2024 | - | 87 | 48 | ||
scripts/ | 03-May-2024 | - | 294 | 186 | ||
tests/ | 03-May-2024 | - | 4,140 | 3,047 | ||
.coveragerc | D | 03-May-2024 | 147 | 8 | 7 | |
.gitignore | D | 03-May-2024 | 319 | 24 | 19 | |
.travis.yml | D | 03-May-2024 | 368 | 22 | 21 | |
CHANGELOG.md | D | 03-May-2024 | 9.8 KiB | 258 | 202 | |
CONTRIBUTING.md | D | 03-May-2024 | 6 KiB | 156 | 124 | |
LICENSE | D | 03-May-2024 | 746 | 23 | 16 | |
MANIFEST.in | D | 03-May-2024 | 18 | 2 | 1 | |
Makefile | D | 03-May-2024 | 37 | 6 | 4 | |
README.md | D | 03-May-2024 | 918 | 29 | 18 | |
setup.py | D | 03-May-2024 | 2.2 KiB | 75 | 51 | |
tox.ini | D | 03-May-2024 | 1.9 KiB | 96 | 84 |
README.md
1[](https://travis-ci.org/google/oauth2client) 2 3[](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