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.10.tar.gz
(17.5 kB
view hashes)
Built Distribution
Close
Hashes for girder_client_mount-0.1.10.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d4f0b645dd32565dad16561dab3f873667a4acf6d450a5d467d965ada03d158 |
|
MD5 | 49c1445287038d792f3eb584a8d2dd1d |
|
BLAKE2b-256 | cbcc8e51fcf37f16a0c62357a96a5dffab75f88a0ab25d809bf0b38285d38bd8 |
Close
Hashes for girder_client_mount-0.1.10-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 65b5c798c90f3d3b8e8958fa50c01e303097a4d8a8bab600794234703a10a39d |
|
MD5 | 020663b2b024c65d295758f7f9313e85 |
|
BLAKE2b-256 | f3a91156fb8d940530ef24c6ae2cc571b00210997fb515d1775d2c8a7b194f18 |