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.6.tar.gz
(9.1 kB
view hashes)
Built Distribution
Close
Hashes for colab_sshfs-0.0.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a559bbe5a19112435cff33403331b9072e1b296ae0b8d217f650c843848a6cc5 |
|
MD5 | 4296c5c8cf37c421d22a9e5649d826f1 |
|
BLAKE2b-256 | 5a165f3fc90a73d91a87cd5f0b7faa4bc2196a0761e7927444530a57e625855b |