tree: 39896613550126264410e8fad34dd4dde737f78d
  1. auth/
  2. config/
  3. datastore_utils/
  4. endpoints_flask/
  5. endpoints_webapp2/
  6. ereporter2/
  7. protoutil/
  8. prpc/
  9. static/
  10. third_party/
  11. __init__.py
  12. auth_testing.py
  13. cipd.py
  14. cipd_test.py
  15. decorators.py
  16. gce.py
  17. gce_test.py
  18. gerrit.py
  19. gerrit_test.py
  20. gitiles.py
  21. gitiles_test.py
  22. gsm.py
  23. gsm_test.py
  24. natsort.py
  25. natsort_test.py
  26. net.py
  27. net_test.py
  28. pubsub.py
  29. pubsub_test.py
  30. README.md
  31. static_third_party.yaml
  32. template.py
  33. utils.py
  34. utils_test.py
appengine/components/components/README.md

components/components/

Modules in this directory are shared between all AppEngine servers in this repository.

Contents of this directory:

  • auth/ is a library that provides authorization and authentication functionality for webapp2 and Cloud Endpoints app. Acts as a client for auth_service.
  • config/ is a client for config_service that provides API for fetching configs.
  • datastore_utils/ is utility code to enhance NDB.
  • ereporter2/ is a standalone components that sends alerts based on reading the server's log.
  • static/ contains third party javascript libraries.
  • third_party/ contains third party python libraries used by components, that are needed on all servers.

Using components/

  1. Symlink components/ into your application, e.g.: ln -s ../components/components