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.3.3.dev3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0fdd1ba57acc1a950046659b22798b8473e8608391dcb2a5c5fa4ba02c49c8bc |
|
MD5 | 97b7767d4971e3f2f023209837c61849 |
|
BLAKE2b-256 | fde81c04dad0cfdec700537a2b6ce841a1cea67f903d3a17a97ad7aa3be70e74 |
Close
Hashes for girder_client_mount-0.3.3.dev3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 98715858fa57f2c1313fc581f385a09620b50b06f346259ecce90cfe5be6f03a |
|
MD5 | 4818adb0ae5ba42138846dae1ea76c2a |
|
BLAKE2b-256 | b33be3b16ad028c989caa121b380b4bf7de8229aa8c09521f0add4ace3baf9e0 |