Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Side by Side Diff: client/third_party/oauth2client/README.md

Issue 1768993002: Update oauth2client to v2.0.1 and googleapiclient to v1.5.0. Base URL: git@github.com:luci/luci-py.git@master
Patch Set: . Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [![Build Status](https://travis-ci.org/google/oauth2client.svg?branch=master)](h ttps://travis-ci.org/google/oauth2client) 1 [![Build Status](https://travis-ci.org/google/oauth2client.svg?branch=master)](h ttps://travis-ci.org/google/oauth2client)
2 [![Coverage Status](https://coveralls.io/repos/google/oauth2client/badge.svg?bra nch=master&service=github)](https://coveralls.io/github/google/oauth2client?bran ch=master) 2 [![Coverage Status](https://coveralls.io/repos/google/oauth2client/badge.svg?bra nch=master&service=github)](https://coveralls.io/github/google/oauth2client?bran ch=master)
3 [![Documentation Status](https://readthedocs.org/projects/oauth2client/badge/?ve rsion=latest)](http://oauth2client.readthedocs.org/) 3 [![Documentation Status](https://readthedocs.org/projects/oauth2client/badge/?ve rsion=latest)](http://oauth2client.readthedocs.org/)
4 4
5 This is a client library for accessing resources protected by OAuth 2.0. 5 This is a client library for accessing resources protected by OAuth 2.0.
6 6
7 Installation 7 Installation
8 ============ 8 ============
9 9
10 To install, simply say 10 To install, simply run the following command in your terminal:
11 11
12 ```bash 12 ```bash
13 $ pip install --upgrade oauth2client 13 $ pip install --upgrade oauth2client
14 ``` 14 ```
15 15
16 Contributing 16 Contributing
17 ============ 17 ============
18 18
19 Please see the [CONTRIBUTING page][1] for more information. In particular, we 19 Please see the [CONTRIBUTING page][1] for more information. In particular, we
20 love pull requests -- but please make sure to sign the contributor license 20 love pull requests -- but please make sure to sign the contributor license
21 agreement. 21 agreement.
22 22
23 Supported Python Versions 23 Supported Python Versions
24 ========================= 24 =========================
25 25
26 We support Python 2.6, 2.7, 3.3+. More information [in the docs][2]. 26 We support Python 2.6, 2.7, 3.3+. More information [in the docs][2].
27 27
28 [1]: https://github.com/google/oauth2client/blob/master/CONTRIBUTING.md 28 [1]: https://github.com/google/oauth2client/blob/master/CONTRIBUTING.md
29 [2]: http://oauth2client.readthedocs.org/#supported-python-versions 29 [2]: http://oauth2client.readthedocs.org/#supported-python-versions
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698