Android platform 12.0.0 release 3
Snap for 7161250 from e7d0cbbbc2eb875ab7d2fe3613d3bb14ad6bc813 to sc-release

Change-Id: I34607529ef217d0eb54339f10b9f153043f65ce1
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.