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.2.dev2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | dffbde74792d5125b33f27bb0d28d68617782c623ca5480cd6ba3ab7ce2c82a8 |
|
MD5 | 1c4b54406c7fdfdce05bb777836254bf |
|
BLAKE2b-256 | e54658b9aeec15fc882d44f8fff5c7d5164a544068b204916b5a6ba223c84c98 |
Close
Hashes for girder_client_mount-0.3.2.dev2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2fa5912dc8256855ce18b140eecfd9d4cd6fb14c076d10278ba377d984fc2be |
|
MD5 | 34566cb115ddf3ccc9e5043e8628f185 |
|
BLAKE2b-256 | 3480932fb74b475215929726eb76095d39e373f87dfe3acbec1eee2961f31b38 |