Index: appengine/findit/infra_api_clients/README.md |
diff --git a/appengine/findit/infra_api_clients/README.md b/appengine/findit/infra_api_clients/README.md |
new file mode 100644 |
index 0000000000000000000000000000000000000000..d8277ae10de36b6d214aec6b26e4d1b6d8a57f08 |
--- /dev/null |
+++ b/appengine/findit/infra_api_clients/README.md |
@@ -0,0 +1,15 @@ |
+# infra\_clients |
+ |
+The [infra\_clients](infra_clients) module is for client libraries that |
+interacts with APIs of various infra services like buildbucket, 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 directory PARENT\_DIR, and ensure that PARENT\_DIR |
+is added to sys.path or PYTHONPATH. |
+ |
+The usage would look like: `from infra_clients import INFRA_SERVICE_API` |