Mount a girder server via fuse
Project description
Mount a Girder server as a local FUSE mount.
Installation
You must have Python >= 3.6 and libfuse installed.
Use pip
pip install girder-client-mount
You can optionally use diskcache to persist data locally. This can be included when doing pip install via the extras
pip install girder-client-mount[diskcache]
Example Usage
Create a mount directory (e.g., mkdir /mnt/remote_girder), then mount it via
girder-client-mount /mnt/remote_girder --username= --password= --apiurl=https://data.kitware.com/api/v1
For diskcaching, add appropriate options (see help for more details)
girder-client-mount /mnt/remote_girder --username= --password= --apiurl=https://data.kitware.com/api/v1 --options diskcache
- On Windows, specify an available drive letter for the mount. You probably will need to also set an environment variable to point to a libfuse compatible dll. ::
set FUSE_LIBRARY_PATH=c:Program FilesDokanDokanLibrary-1.5.0dokanfuse1.dll girder-client-mount A –username= –password= –apiurl=https://data.kitware.com/api/v1
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
girder_client_mount-0.1.13.tar.gz
(17.7 kB
view hashes)
Built Distribution
Close
Hashes for girder_client_mount-0.1.13.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a345a7ad8c8148bbe4af5299a37fdf98cea5f21d4626accc23454911c402d2a3 |
|
MD5 | 9462d586a38d89a5c1b631fcb7c1db94 |
|
BLAKE2b-256 | 98d390329c83fac04eb8f29ba2609208c065353dd763e8e9de81740c7a0a0071 |
Close
Hashes for girder_client_mount-0.1.13-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38d5d618616dde0e1006bb9c591b2af6c5edbf6d5d659cfdcb46fd73d4c87260 |
|
MD5 | a806e1f4fe55f0a783714cf0c0dd9eee |
|
BLAKE2b-256 | 0fcb757610b5cd9cba05d029be868f155bd38a88382485d9f923dc1e3c90e244 |