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

Side by Side Diff: tools/telemetry/third_party/gsutil/third_party/oauth2client/README.md

Issue 1260493004: Revert "Add gsutil 4.13 to telemetry/third_party" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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
(Empty)
1 [![Build Status](https://travis-ci.org/google/oauth2client.svg?branch=master)](h ttps://travis-ci.org/google/oauth2client)
2
3 [![Coverage Status](https://img.shields.io/coveralls/google/oauth2client.svg)](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).
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698