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

Unified Diff: appengine/findit_mock/infra_clients/README.md

Issue 2447253002: [Findit & Predator] Code reorg of Findit. (Closed)
Patch Set: Clean up. Created 4 years, 1 month 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: appengine/findit_mock/infra_clients/README.md
diff --git a/appengine/findit_mock/infra_clients/README.md b/appengine/findit_mock/infra_clients/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..31557b49347a677b3a93bd3e3513bd1acbe021c4
--- /dev/null
+++ b/appengine/findit_mock/infra_clients/README.md
@@ -0,0 +1,15 @@
+# infra_clients
+
+This [infra\_clients](infra_clients) module is for client code that interacts
+with APIs of various infra services like bulidbucket, Swarming/Isolate, Reitveld
+codereview, etc.
+
+It depends on the sibling [libs](libs) and [gae\_libs](gae_libs).
+
+# How to use?
+
+Create symbolic links to [infra\_clients](infra_clients), [gae\_libs](gae_libs)
+and [libs](libs) in the same containing directory, and ensure that the
+containing directory is in sys.path or PYTHONPATH.
+
+The usage would look like: `from infra_clients import API_MODULE`

Powered by Google App Engine
This is Rietveld 408576698