globus / globus-sdk-python

Globus SDK for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build status Latest Released Version Supported Python Versions License pre-commit.ci status Import Style Code Style

Globus SDK for Python

This SDK provides a convenient Pythonic interface to Globus APIs.

Basic Usage

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_id

Testing, Development, and Contributing

Go to the CONTRIBUTING guide for detail.

Links

About

Globus SDK for Python

License:Apache License 2.0


Languages

Language:Python 99.5%Language:HTML 0.5%Language:Makefile 0.1%Language:Jinja 0.0%Language:Shell 0.0%