Globus CLI绑定
项目描述
使用ssh围绕globus命令行界面编写的Python包装器。
示例
>>> 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")
安装
globussh 位于Python包索引(PyPI)
pip install globussh
globush 预期ssh在 ~/.ssh/config 中有一个名为 globus 的主机,例如。
host globus HostName cli.globusonline.org User maxhutch
项目详情
关闭
globussh-0.1.3.tar.gz的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | c6e25bfb9b2fd5102cf370f2699035376f8ff35a63033841199e488a260c80fc |
|
MD5 | 3ba5949ca4af7d49e6fdf7aa530320f1 |
|
BLAKE2b-256 | ee1a5aa42ccf4fb5ae20fbdabe8a5f6e25ec4fc7dea008a3d10e358a9ff7179a |