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
Built Distribution
Close
Hashes for girder_client_mount-0.1.13.dev1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 664f8be86d7b12e4150f8ea479275165741edbd3bb350e897a9eb5805f4b1644 |
|
MD5 | b86cfe0e5774c68ffec64c284a9709d6 |
|
BLAKE2b-256 | e12bf28e8177140a0857020d99e6abff2ba1e41b69b01d8eec4bb97a635e1cca |
Close
Hashes for girder_client_mount-0.1.13.dev1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | feaed4e7adaf7c559be5e79605cb3a8046138e1e2903826664cb4fda4866ada9 |
|
MD5 | ef80f0b12163494cefd631ab78d52ba2 |
|
BLAKE2b-256 | 222d1679060d5671e1aee04bed359b7445c31222047f836f86551a86bb505eff |