aboutsummaryrefslogtreecommitdiff
path: root/docs/index.rst
blob: 82002f7c484261d7591d988bf6b78e306dfde218 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
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
<https://developers.google.com/accounts/docs/OAuth2>`_. 

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
  <https://github.com/google/oauth2client/tarball/master>`_
* `Most recent release zipfile
  <https://github.com/google/oauth2client/zipball/master>`_
* `Complete release list <https://github.com/google/oauth2client/releases>`_ 

Library Documentation
---------------------

* Complete library index: :ref:`genindex`
* Index of all modules: :ref:`modindex`
* Search all documentation: :ref:`search`

Contributing
------------

Please see the `contributing page <contributing.html>`_ for more information.
In particular, we love pull requests -- but please make sure to sign the
contributor license agreement.

.. toctree::
   :maxdepth: 1
   :hidden:

   source/modules
   contributing