tree: b8e34d595c2ec9b588b6dfd73b27c2cc18899a25 [path history] [tgz]
  1. __init__.py
  2. _helpers.py
  3. _openssl_crypt.py
  4. _pycrypto_crypt.py
  5. client.py
  6. clientsecrets.py
  7. crypt.py
  8. file.py
  9. gce.py
  10. keyring_storage.py
  11. LICENSE
  12. locked_file.py
  13. multistore_file.py
  14. README.md
  15. README.swarming
  16. service_account.py
  17. tools.py
  18. util.py
  19. xsrfutil.py
third_party/oauth2client/README.md

Build Status Coverage Status Documentation Status

This is a client library for accessing resources protected by OAuth 2.0.

Installation

To install, simply say

$ pip install --upgrade oauth2client

Contributing

Please see the CONTRIBUTING page for more information. In particular, we love pull requests -- but please make sure to sign the contributor license agreement.

Supported Python Versions

We support Python 2.6, 2.7, 3.3+. More information in the docs.