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

Side by Side Diff: tools/telemetry/third_party/gsutil/third_party/apitools/README.rst

Issue 1258583006: Add gsutil 4.13 to telemetry/third_party (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Undo all other changes so this just add gsutil to third_party 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 google-apitools
2 ===============
3
4 |pypi| |build| |coverage|
5
6 ``google-apitools`` is a collection of utilities to make it easier to build
7 client-side tools, especially those that talk to Google APIs.
8
9 **NOTE**: This library is stable, but in maintenance mode, and not under
10 active development. However, any bugs or security issues will be fixed
11 promptly.
12
13 Installing as a library
14 -----------------------
15
16 To install the library into the current virtual environment::
17
18 $ pip install google-apitools
19
20 Installing the command-line tools
21 ---------------------------------
22
23 To install the command-line scripts into the current virtual environment::
24
25 $ pip install google-apitools[cli]
26
27 Running the tests
28 -----------------
29
30 First, install the testing dependencies::
31
32 $ pip install google-apitools[testing]
33
34 and the ``nose`` testrunner::
35
36 $ pip install nose
37
38 Then run the tests::
39
40 $ nosetests
41
42 .. |build| image:: https://travis-ci.org/google/apitools.svg?branch=master
43 :target: https://travis-ci.org/google/apitools
44 .. |pypi| image:: https://img.shields.io/pypi/v/google-apitools.svg
45 :target: https://pypi.python.org/pypi/google-apitools
46 .. |coverage| image:: https://coveralls.io/repos/google/apitools/badge.svg?branc h=master
47 :target: https://coveralls.io/r/google/apitools?branch=master
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698