tree: 72932b8e7beb44052e1e0b8d1b5d725c743415cb [path history] [tgz]
  1. codereview/
  2. __init__.py
  3. 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