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
Built Distribution
Close
Hashes for girder_client_mount-0.1.9.dev2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7811a75031aa57a76c196152439644b4f01466a07055881522a39e11df81041c |
|
MD5 | ddae908e5f5dcd85a605d5e0d02bdfd4 |
|
BLAKE2b-256 | 57d5f0b612d6a654ad4ade97953aec5c6d85b1c0eeb48e5f21d310ee9e05711d |
Close
Hashes for girder_client_mount-0.1.9.dev2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e38e5048716aba5b74bfa656f79d8312cb5654d9e38446154274fec5bfe8db53 |
|
MD5 | 83a97a18d8a6602dc4d1d1f2eb65b481 |
|
BLAKE2b-256 | e6d3c367ef589f6a11c03d513c2e45c09f15ffd1a989d87f18f5331b0dcb973a |