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
Release files for globussh 0.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| globussh-0.1.3.tar.gz | 2.2 kB | Details |
Release files / globussh-0.1.3.tar.gz
| Download URL | globussh-0.1.3.tar.gz |
|---|---|
| Size | 2.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c6e25bfb9b2fd5102cf370f2699035376f8ff35a63033841199e488a260c80fc
|
|
BLAKE2b-256 checksum How to use checksums |
ee1a5aa42ccf4fb5ae20fbdabe8a5f6e25ec4fc7dea008a3d10e358a9ff7179a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |