tree: 754bb7dc63c70e8ee88cb8266adb7eab97953ac4 [path history] [tgz]
  1. codereview/
  2. isolate/
  3. swarming/
  4. test/
  5. __init__.py
  6. crrev.py
  7. http_client_util.py
  8. logdog_util.py
  9. README.md
appengine/findit/infra_api_clients/README.md

infra_clients

The infra_clients module is for client libraries that interacts with APIs of various infra services like buildbucket, Swarming, Isolate, Reitveld codereview, etc.

It depends on the sibling libs and gae_libs.

How to use?

Create symbolic links to infra_clients, gae_libs and libs in the same directory PARENT_DIR, and ensure that PARENT_DIR is added to sys.path or PYTHONPATH.

The usage would look like: from infra_clients import INFRA_SERVICE_API