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
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.3.tar.gz
(2.2 kB
view details)
File details
Details for the file globussh-0.1.3.tar.gz.
File metadata
- Download URL: globussh-0.1.3.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6e25bfb9b2fd5102cf370f2699035376f8ff35a63033841199e488a260c80fc
|
|
| MD5 |
3ba5949ca4af7d49e6fdf7aa530320f1
|
|
| BLAKE2b-256 |
ee1a5aa42ccf4fb5ae20fbdabe8a5f6e25ec4fc7dea008a3d10e358a9ff7179a
|