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 ^^^^^^^^^ * `Most recent release tarball `_ * `Most recent release zipfile `_ * `Complete release list `_ Library Documentation --------------------- * Complete library index: :ref:`genindex` * Index of all modules: :ref:`modindex` * Search all documentation: :ref:`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.