Girder Plugin exposing physical folders and files as Girder objects.
Project description
Girder Virtual Resources
Girder Plugin exposing physical folders and files as Girder objects.
How does it work?
This plugin introduces an abstraction layer atop Girder's REST API via rest.*.before
events. It enhances the fundamental Folder model by incorporating two additional attributes: fsPath
(accessible to administrators) and isMapping
(accessible to users possessing READ permissions for the folder). The fsPath
attribute enables the mapping of an existing Folder to a physical directory, thereby designating it as a root virtual folder. Subsequent REST operations intended to list, read, delete, etc., any root virtual folder or its contents are intercepted and translated into corresponding filesystem operations using the appropriate path.
How to use it?
To begin the setup process for the plugin, initiate the installation by executing the following command:
pip install girder-virtual-resources
After successfully installing the plugin, proceed to activate it. This can be accomplished through the Admin console of Girder. Navigate to the console, locate the plugin management section, and enable the Virtual Resources
plugin to complete the setup.
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
File details
Details for the file girder_virtual_resources-2.0.0.tar.gz
.
File metadata
- Download URL: girder_virtual_resources-2.0.0.tar.gz
- Upload date:
- Size: 25.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c20c32c78aa0ca03f794ff7fa3e0c68097a57617b0c024c49f4fd8c1d59887b |
|
MD5 | aefb673454f203fef64858d79b32e604 |
|
BLAKE2b-256 | 86a2569c932e8d15f23b462399f41a9008b1bac460055ede126c59cae70cfd18 |
File details
Details for the file girder_virtual_resources-2.0.0-py3-none-any.whl
.
File metadata
- Download URL: girder_virtual_resources-2.0.0-py3-none-any.whl
- Upload date:
- Size: 30.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fac1a75ca782edf27a55e47d2e4497ad17e34b90ac1b8eb087a2e09de4993d36 |
|
MD5 | ae9ce7680b01e741f95c448b80881c55 |
|
BLAKE2b-256 | cda0560aa835cb6379991d9c0846eaac5ec19f4452865f4b35b0a9768e900592 |