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.7.tar.gz
(9.1 kB
view hashes)
Built Distribution
Close
Hashes for colab_sshfs-0.0.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1de31925cdf243b6561d56365ccd7a7bc2c460b65d588b639fcc35c7fc4e0c73 |
|
MD5 | dc9ba213e52b8136344d3883982df84e |
|
BLAKE2b-256 | 0282913546d282d5bf693c377cde8512a73cfa9ab7c50a2338f352565594cd61 |