tree: a8d133891d3616da5ef7d8bb64d737b35743cc88 [path history] [tgz]
  1. example/
  2. libs/
  3. tests/
  4. third_party/
  5. tools/
  6. utils/
  7. .gitignore
  8. auth.py
  9. cipd.py
  10. isolate.py
  11. isolate_format.py
  12. isolate_storage.py
  13. isolated_format.py
  14. isolateserver.py
  15. LICENSE
  16. local_caching.py
  17. LUCI_CONTEXT.md
  18. OWNERS
  19. PRESUBMIT.py
  20. README.md
  21. README.py
  22. run_isolated.py
  23. swarming.py
  24. test.py
  25. unittest.cfg
  26. update_go_clients.sh
  27. WATCHLISTS
client/README.md

LUCI Python Client

This is the Python Client code for LUCI. It's part of the main python repo, and is also mirrored into a standalone client-py repo.

To contribute changes you need to clone the main python repo and then use git cl upload. The client-py repo mirror (which appears in Chromium's third_party directory) cannot be contributed to directly.

License

This project is licensed under Apache v2.0 license. See LICENSE for details.