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

Side by Side Diff: appengine/findit/gae_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 unified diff | Download patch
« no previous file with comments | « appengine/findit/common/test/rietveld_test.py ('k') | appengine/findit/gae_libs/__init__.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # gae_libs
2
3 The [gae\_libs](gae_libs) module is for shared code that depends on App Engine
4 APIs (gae is short for Google App Engine), eg: an NDB model that supports
5 keeping multiple versions of the same information like configuration.
6
7 It also depends on the sibling [libs](libs) module, and provides gae wrappers
8 for the code there, e.g., a Gitiles client with data cached in memcache on App
9 Engine.
10
11 # How to use?
12
13 Create symbolic links to both [gae\_libs](gae_libs) and [libs](libs) in the same
14 directory PARENT\_DIR, and ensure that PARENT\_DIR is in sys.path or PYTHONPATH.
15
16 The usage would look like: `from gae_libs import API_MODULE_NAME`
OLDNEW
« no previous file with comments | « appengine/findit/common/test/rietveld_test.py ('k') | appengine/findit/gae_libs/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698