This SDK provides a convenient Pythonic interface to Globus APIs.
Install with pip install globus-sdk
You can then import Globus client classes and other helpers from
globus_sdk. For example:
from globus_sdk import LocalGlobusConnectPersonal
# None if Globus Connect Personal is not installed
endpoint_id = LocalGlobusConnectPersonal().endpoint_idGo to the CONTRIBUTING guide for detail.