Files
deb-python-oauth2client/docs/index.rst
Craig Citro b15809270d Switch doc building from epydoc to Sphinx.
This adds sphinx-based configs for doc generation, along with some templates
and a new `docs/index.rst`.

Still to come: updating the doc build script and merging Danny's autodoc
changes.
2014-12-18 11:38:42 -08:00

1.2 KiB

oauth2client

making OAuth2 just a little less painful

oauth2client makes it easy to interact with OAuth2-protected resources, especially those related to Google APIs. You can also start with general information about using OAuth2 with Google APIs.

Getting started

We recommend installing via pip:

$ pip install --upgrade oauth2client

You can also install from source:

$ git clone https://github.com/google/oauth2client
$ cd oauth2client
$ python setup.py install

Downloads

Library Documentation

  • Complete library index: genindex
  • Index of all modules: modindex
  • Search all documentation: search

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.