Globus Compute SDKΒΆ

The Globus Compute SDK provides a convenient, Pythonic interface to Globus Compute.

The SDK is available on PyPi, so installation is as simple as:

$ python3 -m pip install globus-compute-sdk

We recommend the Executor class for most interactions. Under the hood, the Executor utilizes a Client object, which can be used directly for more granular control.