aml_tz4_332714050 (11539598,com.google.android.go.tzdata4,com.google.android.tzdata4)
Merge sc-mainline-prod

Bug: 189946434
Change-Id: Iea634812c7d7d31507810f1f0a875b4498753984
tree: 02b48942983026efaa429875f2dba10e6c88dd32
  1. docs/
  2. oauth2client/
  3. samples/
  4. scripts/
  5. tests/
  6. .coveragerc
  7. .gitignore
  8. .travis.yml
  9. Android.bp
  10. CHANGELOG.md
  11. CONTRIBUTING.md
  12. LICENSE
  13. Makefile
  14. MANIFEST.in
  15. METADATA
  16. MODULE_LICENSE_APACHE2
  17. OWNERS
  18. README.md
  19. setup.py
  20. tox.ini
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.