tree: efae50bec421d5ef5ed19218c92920e2fd2b59a6 [path history] [tgz]
  1. contrib/
  2. __init__.py
  3. _helpers.py
  4. _openssl_crypt.py
  5. _pure_python_crypt.py
  6. _pycrypto_crypt.py
  7. client.py
  8. clientsecrets.py
  9. crypt.py
  10. file.py
  11. LICENSE
  12. README.md
  13. README.swarming
  14. service_account.py
  15. tools.py
  16. util.py
client/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 run the following command in your terminal:

$ 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.