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.9.tar.gz
(17.5 kB
view hashes)
Built Distribution
Close
Hashes for girder_client_mount-0.1.9.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e2c1d47835fd46a9ab7283d458605de9a3cafd44512bd5d0136fae986b85596 |
|
MD5 | 52f5876d532e802cbcd367127e8e3d0d |
|
BLAKE2b-256 | 897d3e1d223c287d2b8235efc348d033db1e7656b79611b0ec169d98918a7701 |
Close
Hashes for girder_client_mount-0.1.9-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38af557934314af271d5ad249d2bc9cf737990e23d1d4eaec749b2851bb20135 |
|
MD5 | 1f28ad4fa419ae46950997adc59787c2 |
|
BLAKE2b-256 | 7b191ee93460b976619b2506d087c94a6f428820592108fc02b3f377276392f5 |