Skip to main content

Globus CLI bindings

Project description

Version Status Downloads

Python wrappers around the globus command line interface using ssh.

Example

>>> from globussh import transfer
>>> src = "globusid#endpoint1/path/to/file1"
>>> dst = "glbousid#endpoint2/path/to/file2"
>>> transfer("{:s} {:s}".format(src, dst), label="example_transfer")
>>> scp(src, dst, label="example_scp")

Install

globussh is on the Python Package Index (PyPI):

pip install globussh

globush expects ssh to have a host globus in ~/.ssh/config, e.g.:

host globus
HostName cli.globusonline.org
User maxhutch

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

globussh-0.1.2.tar.gz (2.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page