Mount sshfs remotes on Google Colaboratory
Project description
colab_sshfs
sshfs mounts for Google Colaboratory
Google Colaboratory is a free, fully-hosted fork off of a predecessor of Jupyter available with a Google account.
While mounting Google Drive is straightforward, other storage spaces are not.
This package makes mounting sshfs-accessible remote spaces straightforward.
NOTE: Password-based authentication is not supported.
Installation
Execute the following in a cell:
!pip install colab_sshfs
Usage
from colab_sshfs import colab_sshfs
colab_sshfs.mount(remote = '<user>@<host>:[remote path]')
By default, the local path mounted is /content/sshfs
.
The mount function returns a CompletedProcess instance.
Review the docstring for full parameters: help(colab_sshfs.mount)
.
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
colab_sshfs-0.0.4.tar.gz
(9.0 kB
view hashes)
Built Distribution
Close
Hashes for colab_sshfs-0.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf1d1bfb3eb15acc7621efbcbda9c65c345e7f28e5a5e3cabf603a52b1eaf9e9 |
|
MD5 | ec672a2e941ce246819301a481aa7825 |
|
BLAKE2b-256 | 03eacb979faec0fb2341a09abbd4981127544976943147ca3694bef64458c6e4 |