tree: dea4466ecfb69fafead5190cc8563faf7de03df6 [path history] [tgz]
  1. deps/
  2. gitiles/
  3. http/
  4. math/
  5. test/
  6. test_results/
  7. __init__.py
  8. analysis_status.py
  9. base_testcase.py
  10. cache.py
  11. cache_decorator.py
  12. email_util.py
  13. exceptions.py
  14. floating_point_util.py
  15. irc_client.py
  16. list_of_basestring.py
  17. meta_dict_serializer.py
  18. meta_object.py
  19. README.md
  20. structured_object.py
  21. test_name_util.py
  22. 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