Index: appengine/findit/infra_clients/README.md |
diff --git a/appengine/findit/infra_clients/README.md b/appengine/findit/infra_clients/README.md |
new file mode 100644 |
index 0000000000000000000000000000000000000000..dce60b1de4d2cc162aba0df99f21b823705a30d6 |
--- /dev/null |
+++ b/appengine/findit/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 |
wrengr
2016/11/10 21:20:34
-> "buildbucket" (I assume?)
stgao
2016/11/14 23:30:51
Good catch!
Done.
|
+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 INFRA_SERVICE_API` |