Merge pull request #52 from nazo/python3

[python3]fix bytes-str conversion
tree: 9a9e202935bb5fb0bf25caf221d843d1495c5c96
  1. docs/
  2. oauth2client/
  3. samples/
  4. tests/
  5. .gitignore
  6. .hgignore
  7. .travis.yml
  8. CHANGELOG
  9. expandsymlinks.py
  10. LICENSE
  11. Makefile
  12. MANIFEST.in
  13. README.md
  14. setup.py
  15. tox.ini
README.md

Build Status

NOTE

This is a work-in-progress branch to add python3 support to oauth2client. Most of the work was done by @pferate.

This is a client library for accessing resources protected by OAuth 2.0.

Full documentation

Installation

To install, simply say

$ easy_install --upgrade oauth2client

Third Party Libraries

These libraries will be installed when you install the client library:

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.