Disable unused Python 2 variant.

Bug: 245854393
Test: presubmit
Change-Id: I011567bb996173c77f9f278e7f4554f4be75dbfa
1 file changed
tree: 9d3586c04f6e14fe877511b060d8f766a63e30a9
  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.