aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 17e69fcbcb9c59841e61c3a46afe256c0f8e327b (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
[![Build Status](https://travis-ci.org/google/oauth2client.svg?branch=master)](https://travis-ci.org/google/oauth2client)
[![Coverage Status](https://coveralls.io/repos/google/oauth2client/badge.svg?branch=master&service=github)](https://coveralls.io/github/google/oauth2client?branch=master)
[![Documentation Status](https://readthedocs.org/projects/oauth2client/badge/?version=latest)](https://oauth2client.readthedocs.io/)

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

Installation
============

To install, simply run the following command in your terminal:

```bash
$ pip install --upgrade oauth2client
```

Contributing
============

Please see the [CONTRIBUTING page][1] for more information. In particular, we
love pull requests -- but please make sure to sign the contributor license
agreement.

Supported Python Versions
=========================

We support Python 2.6, 2.7, 3.3+. More information [in the docs][2].

[1]: https://github.com/google/oauth2client/blob/master/CONTRIBUTING.md
[2]: https://oauth2client.readthedocs.io/#supported-python-versions