Update oauth2client docs.
99 files changed
tree: 86f01045f80969ac19d74968d3646650e7e1bb00
  1. docs/
  2. oauth2client/
  3. samples/
  4. tests/
  5. uritemplate/
  6. .gitignore
  7. .hgignore
  8. .travis.yml
  9. CHANGELOG
  10. expandsymlinks.py
  11. LICENSE
  12. Makefile
  13. MANIFEST.in
  14. README.md
  15. setup.py
  16. tox.ini
README.md

Build Status

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.