LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.py
version.txt
requirements/base.in
requirements/base.txt
requirements/dev.in
requirements/dev.txt
requirements/test.in
requirements/test.txt
src/taskcluster_taskgraph.egg-info/PKG-INFO
src/taskcluster_taskgraph.egg-info/SOURCES.txt
src/taskcluster_taskgraph.egg-info/dependency_links.txt
src/taskcluster_taskgraph.egg-info/entry_points.txt
src/taskcluster_taskgraph.egg-info/requires.txt
src/taskcluster_taskgraph.egg-info/top_level.txt
src/taskgraph/__init__.py
src/taskgraph/config.py
src/taskgraph/create.py
src/taskgraph/decision.py
src/taskgraph/docker.py
src/taskgraph/files_changed.py
src/taskgraph/filter_tasks.py
src/taskgraph/generator.py
src/taskgraph/graph.py
src/taskgraph/main.py
src/taskgraph/morph.py
src/taskgraph/parameters.py
src/taskgraph/target_tasks.py
src/taskgraph/task.py
src/taskgraph/taskgraph.py
src/taskgraph/actions/__init__.py
src/taskgraph/actions/add_new_jobs.py
src/taskgraph/actions/cancel.py
src/taskgraph/actions/cancel_all.py
src/taskgraph/actions/registry.py
src/taskgraph/actions/retrigger.py
src/taskgraph/actions/util.py
src/taskgraph/loader/__init__.py
src/taskgraph/loader/transform.py
src/taskgraph/optimize/__init__.py
src/taskgraph/optimize/base.py
src/taskgraph/optimize/strategies.py
src/taskgraph/run-task/fetch-content
src/taskgraph/run-task/hgrc
src/taskgraph/run-task/robustcheckout.py
src/taskgraph/run-task/run-task
src/taskgraph/transforms/__init__.py
src/taskgraph/transforms/base.py
src/taskgraph/transforms/cached_tasks.py
src/taskgraph/transforms/code_review.py
src/taskgraph/transforms/docker_image.py
src/taskgraph/transforms/fetch.py
src/taskgraph/transforms/release_notifications.py
src/taskgraph/transforms/task.py
src/taskgraph/transforms/job/__init__.py
src/taskgraph/transforms/job/common.py
src/taskgraph/transforms/job/index_search.py
src/taskgraph/transforms/job/run_task.py
src/taskgraph/transforms/job/toolchain.py
src/taskgraph/util/__init__.py
src/taskgraph/util/archive.py
src/taskgraph/util/attributes.py
src/taskgraph/util/cached_tasks.py
src/taskgraph/util/decision.py
src/taskgraph/util/docker.py
src/taskgraph/util/hash.py
src/taskgraph/util/keyed_by.py
src/taskgraph/util/memoize.py
src/taskgraph/util/parameterization.py
src/taskgraph/util/path.py
src/taskgraph/util/python_path.py
src/taskgraph/util/readonlydict.py
src/taskgraph/util/schema.py
src/taskgraph/util/shell.py
src/taskgraph/util/taskcluster.py
src/taskgraph/util/taskgraph.py
src/taskgraph/util/templates.py
src/taskgraph/util/time.py
src/taskgraph/util/treeherder.py
src/taskgraph/util/vcs.py
src/taskgraph/util/verify.py
src/taskgraph/util/workertypes.py
src/taskgraph/util/yaml.py
test/test_actions_registry.py
test/test_create.py
test/test_decision.py
test/test_files_changed.py
test/test_generator.py
test/test_graph.py
test/test_main.py
test/test_morph.py
test/test_optimize.py
test/test_optimize_strategies.py
test/test_parameters.py
test/test_scripts_fetch_content.py
test/test_scripts_run_task.py
test/test_target_tasks.py
test/test_taskgraph.py
test/test_transforms_base.py
test/test_transforms_fetch.py
test/test_transforms_job.py
test/test_transforms_job_run_task.py
test/test_transforms_job_toolchain.py
test/test_transforms_release_notifications.py
test/test_transforms_task.py
test/test_util_attributes.py
test/test_util_docker.py
test/test_util_memoize.py
test/test_util_parameterization.py
test/test_util_path.py
test/test_util_python_path.py
test/test_util_readonlydict.py
test/test_util_schema.py
test/test_util_taskcluster.py
test/test_util_templates.py
test/test_util_time.py
test/test_util_treeherder.py
test/test_util_vcs.py
test/test_util_verify.py
test/test_util_yaml.py