girder-client-mount


Namegirder-client-mount JSON
Version 0.3.3 PyPI version JSON
download
home_pagehttps://github.com/DigitalSlideArchive/girder-client-mount
SummaryMount a girder server via fuse
upload_time2024-04-01 14:39:24
maintainerNone
docs_urlNone
authorKitware, Inc.
requires_python>=3.8
licenseApache Software License 2.0
keywords girder fuse girder-client
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ===================
Girder Client Mount
===================

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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/DigitalSlideArchive/girder-client-mount",
    "name": "girder-client-mount",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "girder, fuse, girder-client",
    "author": "Kitware, Inc.",
    "author_email": "kitware@kitware.com",
    "download_url": "https://files.pythonhosted.org/packages/33/7a/e3cb942569dbaf824bf7d926315ccfc19c312cd2f30ef275643e9d87f319/girder_client_mount-0.3.3.tar.gz",
    "platform": null,
    "description": "===================\nGirder Client Mount\n===================\n\nMount a Girder server as a local FUSE mount.\n\nInstallation\n------------\n\nYou must have Python >= 3.8 and libfuse installed.\n\nUse pip ::\n\n    pip install girder-client-mount\n\n\nExample Usage\n-------------\n\nCreate a mount directory (e.g., ``mkdir /mnt/remote_girder``), then mount it via ::\n\n    girder-client-mount /mnt/remote_girder --username= --password= --apiurl=https://data.kitware.com/api/v1\n\nYou can optionally use diskcache to persist data locally.  Add appropriate options (see help for more details) ::\n\n    girder-client-mount /mnt/remote_girder --username= --password= --apiurl=https://data.kitware.com/api/v1 --options diskcache\n\nOn 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. ::\n\n    set FUSE_LIBRARY_PATH=c:\\Program Files\\Dokan\\DokanLibrary-1.5.0\\dokanfuse1.dll\n    girder-client-mount A --username= --password= --apiurl=https://data.kitware.com/api/v1\n",
    "bugtrack_url": null,
    "license": "Apache Software License 2.0",
    "summary": "Mount a girder server via fuse",
    "version": "0.3.3",
    "project_urls": {
        "Homepage": "https://github.com/DigitalSlideArchive/girder-client-mount"
    },
    "split_keywords": [
        "girder",
        " fuse",
        " girder-client"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f81be33ee4c68a5a7d39c61be06abe636c92c1a3249ed4722e57233fe3e287fa",
                "md5": "28647966ff3fc2b541cd37b0228a85fd",
                "sha256": "50db6cedd228f0691823034ed1ccf78a38ffefb75e317f3f2126435908601704"
            },
            "downloads": -1,
            "filename": "girder_client_mount-0.3.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "28647966ff3fc2b541cd37b0228a85fd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 16913,
            "upload_time": "2024-04-01T14:39:22",
            "upload_time_iso_8601": "2024-04-01T14:39:22.594233Z",
            "url": "https://files.pythonhosted.org/packages/f8/1b/e33ee4c68a5a7d39c61be06abe636c92c1a3249ed4722e57233fe3e287fa/girder_client_mount-0.3.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "337ae3cb942569dbaf824bf7d926315ccfc19c312cd2f30ef275643e9d87f319",
                "md5": "205c9178b5f77a040913f658e2b03080",
                "sha256": "faf8fc1f8d618e3f64a97d7766481a20c16ffe79b0a520f612beb8c23bb4cd23"
            },
            "downloads": -1,
            "filename": "girder_client_mount-0.3.3.tar.gz",
            "has_sig": false,
            "md5_digest": "205c9178b5f77a040913f658e2b03080",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 19212,
            "upload_time": "2024-04-01T14:39:24",
            "upload_time_iso_8601": "2024-04-01T14:39:24.215461Z",
            "url": "https://files.pythonhosted.org/packages/33/7a/e3cb942569dbaf824bf7d926315ccfc19c312cd2f30ef275643e9d87f319/girder_client_mount-0.3.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-01 14:39:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "DigitalSlideArchive",
    "github_project": "girder-client-mount",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "girder-client-mount"
}
        
Elapsed time: 0.21834s