|
|
6 年之前 | |
|---|---|---|
| .. | ||
| .github | 6 年之前 | |
| docs | 6 年之前 | |
| oauth2client | 6 年之前 | |
| samples | 6 年之前 | |
| scripts | 6 年之前 | |
| tests | 6 年之前 | |
| .coveragerc | 6 年之前 | |
| .gitignore | 6 年之前 | |
| .travis.yml | 6 年之前 | |
| CHANGELOG.md | 6 年之前 | |
| CODE_OF_CONDUCT.md | 6 年之前 | |
| CONTRIBUTING.md | 6 年之前 | |
| CONTRIBUTORS.md | 6 年之前 | |
| LICENSE | 6 年之前 | |
| MANIFEST.in | 6 年之前 | |
| Makefile | 6 年之前 | |
| README.md | 6 年之前 | |
| setup.cfg | 6 年之前 | |
| setup.py | 6 年之前 | |
| tox.ini | 6 年之前 | |
This is a client library for accessing resources protected by OAuth 2.0.
Note: oauth2client is now deprecated. No more features will be added to the libraries and the core team is turning down support. We recommend you use google-auth and oauthlib. For more details on the deprecation, see oauth2client deprecation.
To install, simply run the following command in your terminal:
$ pip install --upgrade oauth2client
Please see the CONTRIBUTING page for more information. In particular, we love pull requests -- but please make sure to sign the contributor license agreement.
We support Python 2.7 and 3.4+. More information in the docs.