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

Unified Diff: third_party/gsutil/third_party/apitools/README.rst

Issue 1377933002: [catapult] - Copy Telemetry's gsutilz over to third_party. (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: Rename to gsutil. Created 5 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: third_party/gsutil/third_party/apitools/README.rst
diff --git a/third_party/gsutil/third_party/apitools/README.rst b/third_party/gsutil/third_party/apitools/README.rst
new file mode 100644
index 0000000000000000000000000000000000000000..e9eae94266f8e48d33cb9a97ebc9e0317ce7c9e2
--- /dev/null
+++ b/third_party/gsutil/third_party/apitools/README.rst
@@ -0,0 +1,47 @@
+google-apitools
+===============
+
+|pypi| |build| |coverage|
+
+``google-apitools`` is a collection of utilities to make it easier to build
+client-side tools, especially those that talk to Google APIs.
+
+**NOTE**: This library is stable, but in maintenance mode, and not under
+active development. However, any bugs or security issues will be fixed
+promptly.
+
+Installing as a library
+-----------------------
+
+To install the library into the current virtual environment::
+
+ $ pip install google-apitools
+
+Installing the command-line tools
+---------------------------------
+
+To install the command-line scripts into the current virtual environment::
+
+ $ pip install google-apitools[cli]
+
+Running the tests
+-----------------
+
+First, install the testing dependencies::
+
+ $ pip install google-apitools[testing]
+
+and the ``nose`` testrunner::
+
+ $ pip install nose
+
+Then run the tests::
+
+ $ nosetests
+
+.. |build| image:: https://travis-ci.org/google/apitools.svg?branch=master
+ :target: https://travis-ci.org/google/apitools
+.. |pypi| image:: https://img.shields.io/pypi/v/google-apitools.svg
+ :target: https://pypi.python.org/pypi/google-apitools
+.. |coverage| image:: https://coveralls.io/repos/google/apitools/badge.svg?branch=master
+ :target: https://coveralls.io/r/google/apitools?branch=master
« no previous file with comments | « third_party/gsutil/third_party/apitools/MANIFEST.in ('k') | third_party/gsutil/third_party/apitools/apitools/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698