Mount a girder server via fuse
Project description
Mount a Girder server as a local FUSE mount.
Installation
You must have Python >= 3.8 and libfuse installed.
Use pip
pip install girder-client-mount
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
You can optionally use diskcache to persist data locally. 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 Files\Dokan\DokanLibrary-1.5.0\dokanfuse1.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.2.1.dev10.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5d50a375ca0f135f08a128dc95eb38e4095596bceb19d5adba735e1e0878460b |
|
MD5 | 289f090b1fb14876fc335276f4d278f4 |
|
BLAKE2b-256 | 16eceef36f4bbd3f89160b2bf259114e02e80ada75e29eb90d0207e10b943918 |
Close
Hashes for girder_client_mount-0.2.1.dev10-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f4d273423f1014a8f518fa26828b6bc5c9334c251aeeaf38b763262b1d6635f7 |
|
MD5 | b4c572cadc01dd994cadf719cbe58ac2 |
|
BLAKE2b-256 | e6bdca806c4bac9dc163201d153267d5bfb5022bc9c1d2c7126ea72d53e299d1 |