Name Description Size
__init__.py Python client for Taskcluster 622
aio
auth.py 78
authevents.py 84
awsprovisioner.py 88
client.py This module is used to interact with taskcluster rest apis 27026
download.py Support for downloading objects from the object service, following best practices for that service. Downloaded data is written to a "writer" provided by a "writer factory". A writer has a `write` method which writes the entire passed buffer to storage. A writer factory is a callable which returns a fresh writer, ready to write the first byte of the object. When downloads are retried, the writer factory may be called more than once. This module provides several pre-defined writers and writer factories for common cases. 3797
ec2manager.py 84
exceptions.py Taskcluster client exceptions 1322
generated
github.py 80
githubevents.py 86
helper.py Local configuration used to access Taskcluster service and objects 6493
hooks.py 79
hooksevents.py 85
index.py 79
login.py 79
notify.py 80
notifyevents.py 86
purgecache.py 84
queue.py 79
queueevents.py 85
retry.py Retry `tryFn` based on `maxRetries`. Each call to `tryFn` will pass a callable which should be called with the exception object when an exception can be retried. Exceptions raised from `tryFn` are treated as fatal. 1114
secrets.py 81
upload.py Support for uploading objects to the object service, following best practices for that service. Data for upload is read from a "reader" provided by a "reader factory". A reader has a `read(max_size)` method which reads and returns a chunk of 1 .. `max_size` bytes, or returns an empty string at EOF. A reader factory is a callable which returns a fresh reader, ready to read the first byte of the object. When uploads are retried, the reader factory may be called more than once. This module provides several pre-defined readers and reader factories for common cases. 2244
utils.py From the go client https://github.com/taskcluster/go-got/blob/031f55c/backoff.go#L24-L29 11036
workermanager.py 87
workermanagerevents.py 93