Android S v2 Preview 2 (S2B2.211203.006)
[LSC] Add LOCAL_LICENSE_KINDS to external/python/oauth2client am: c2bf211371 am: 9907f060a9 am: c8064816a8

Original change: https://android-review.googlesource.com/c/platform/external/python/oauth2client/+/1588607

MUST ONLY BE SUBMITTED BY AUTOMERGER

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