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

Unified Diff: appengine/findit/libs/README.md

Issue 2488113005: [Findit] Re-org code. (Closed)
Patch Set: Rebase. 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
« no previous file with comments | « appengine/findit/lib/gitiles/test/gitiles_repository_test.py ('k') | appengine/findit/libs/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/libs/README.md
diff --git a/appengine/findit/libs/README.md b/appengine/findit/libs/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..ff5c93be3757f9de008e29fbf13534e1292c0952
--- /dev/null
+++ b/appengine/findit/libs/README.md
@@ -0,0 +1,13 @@
+# libs
+
+The [libs](libs) module is for shared & standalone code that has no dependency
+on AppEngine but just a standard python library. However, it should also be
+AppEngine-compatible -- can be run on AppEngine. For example, the code must not
+write to the file system (using of os.path is OK though).
+
+# How to use?
+
+Create a symbolic link to [libs](libs) under a directory PARENT\_DIR, and ensure
+that PARENT\_DIR is added to sys.path or PYTHONPATH.
+
+The usage would look like: `from libs import API_MODULE_NAME`
« no previous file with comments | « appengine/findit/lib/gitiles/test/gitiles_repository_test.py ('k') | appengine/findit/libs/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698