tree: e1bbecd302731a0eb9a250b025ffd85f3e737b48 [path history] [tgz]
  1. gitiles/
  2. http/
  3. math/
  4. test/
  5. __init__.py
  6. cache.py
  7. cache_decorator.py
  8. meta_dict_serializer.py
  9. meta_object.py
  10. README.md
  11. time_util.py
appengine/findit/libs/README.md

libs

The 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 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