OLD | NEW |
| (Empty) |
1 [](h
ttps://travis-ci.org/google/oauth2client) | |
2 | |
3 [](h
ttps://coveralls.io/r/google/oauth2client?branch=master) | |
4 | |
5 This is a client library for accessing resources protected by OAuth 2.0. | |
6 | |
7 [Full documentation](http://google.github.io/oauth2client/) | |
8 | |
9 Installation | |
10 ============ | |
11 | |
12 To install, simply say | |
13 | |
14 $ pip install --upgrade oauth2client | |
15 | |
16 Contributing | |
17 ============ | |
18 | |
19 Please see the | |
20 [contributing page](http://google.github.io/oauth2client/contributing.html) | |
21 for more information. In particular, we love pull requests -- but please make | |
22 sure to sign the contributor license agreement. | |
23 | |
24 Supported Python Versions | |
25 ========================= | |
26 | |
27 We support Python 2.6, 2.7, 3.3+. More information | |
28 [in the docs](http://google.github.io/oauth2client/#supported-python-versions). | |
OLD | NEW |