arvados_fuse


Namearvados_fuse JSON
Version 2.7.1 PyPI version JSON
download
home_pagehttps://arvados.org
SummaryArvados FUSE driver
upload_time2023-12-12 20:52:09
maintainerNone
docs_urlNone
authorArvados
requires_pythonNone
licenseGNU Affero General Public License, version 3.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. Copyright (C) The Arvados Authors. All rights reserved.
..
.. SPDX-License-Identifier: AGPL-3.0

========================
Arvados Keep FUSE Driver
========================

Overview
--------

This package provides a FUSE driver for Keep, the Arvados_ storage
system.  It allows you to read data from your collections as if they
were on the local filesystem.

.. _Arvados: https://arvados.org/

Installation
------------

Installing under your user account
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

This method lets you install the package without root access.  However,
other users on the same system will need to reconfigure their shell in order
to be able to use it. Run the following to install the package in an
environment at ``~/arvclients``::

  python3 -m venv ~/arvclients
  ~/arvclients/bin/pip install arvados_fuse

Command line tools will be installed under ``~/arvclients/bin``. You can
test one by running::

  ~/arvclients/bin/arv-mount --version

You can run these tools by specifying the full path every time, or you can
add the directory to your shell's search path by running::

  export PATH="$PATH:$HOME/arvclients/bin"

You can make this search path change permanent by adding this command to
your shell's configuration, for example ``~/.bashrc`` if you're using bash.
You can test the change by running::

  arv-mount --version

Installing on Debian systems
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

1. Add this Arvados repository to your sources list::

     deb http://apt.arvados.org/buster buster main

2. Update your package list.

3. Install the ``python3-arvados-fuse`` package.

Configuration
-------------

This driver needs two pieces of information to connect to
Arvados: the DNS name of the API server, and an API authorization
token.  You can set these in environment variables, or the file
``$HOME/.config/arvados/settings.conf``.  `The Arvados user
documentation
<http://doc.arvados.org/user/reference/api-tokens.html>`_ describes
how to find this information in the Arvados Workbench, and install it
on your system.

Testing and Development
-----------------------

Debian packages you need to build llfuse:

$ apt-get install python-dev pkg-config libfuse-dev libattr1-dev

This package is one part of the Arvados source package, and it has
integration tests to check interoperability with other Arvados
components.  Our `hacking guide
<https://dev.arvados.org/projects/arvados/wiki/Hacking_Python_SDK>`_
describes how to set up a development environment and run tests.

            

Raw data

            {
    "_id": null,
    "home_page": "https://arvados.org",
    "name": "arvados_fuse",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Arvados",
    "author_email": "info@arvados.org",
    "download_url": "https://files.pythonhosted.org/packages/f7/4b/83b39e740eec588220aeafc5ddb07ec8506f09c5e8152a9ec342e1938681/arvados_fuse-2.7.1.tar.gz",
    "platform": null,
    "description": ".. Copyright (C) The Arvados Authors. All rights reserved.\n..\n.. SPDX-License-Identifier: AGPL-3.0\n\n========================\nArvados Keep FUSE Driver\n========================\n\nOverview\n--------\n\nThis package provides a FUSE driver for Keep, the Arvados_ storage\nsystem.  It allows you to read data from your collections as if they\nwere on the local filesystem.\n\n.. _Arvados: https://arvados.org/\n\nInstallation\n------------\n\nInstalling under your user account\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nThis method lets you install the package without root access.  However,\nother users on the same system will need to reconfigure their shell in order\nto be able to use it. Run the following to install the package in an\nenvironment at ``~/arvclients``::\n\n  python3 -m venv ~/arvclients\n  ~/arvclients/bin/pip install arvados_fuse\n\nCommand line tools will be installed under ``~/arvclients/bin``. You can\ntest one by running::\n\n  ~/arvclients/bin/arv-mount --version\n\nYou can run these tools by specifying the full path every time, or you can\nadd the directory to your shell's search path by running::\n\n  export PATH=\"$PATH:$HOME/arvclients/bin\"\n\nYou can make this search path change permanent by adding this command to\nyour shell's configuration, for example ``~/.bashrc`` if you're using bash.\nYou can test the change by running::\n\n  arv-mount --version\n\nInstalling on Debian systems\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n1. Add this Arvados repository to your sources list::\n\n     deb http://apt.arvados.org/buster buster main\n\n2. Update your package list.\n\n3. Install the ``python3-arvados-fuse`` package.\n\nConfiguration\n-------------\n\nThis driver needs two pieces of information to connect to\nArvados: the DNS name of the API server, and an API authorization\ntoken.  You can set these in environment variables, or the file\n``$HOME/.config/arvados/settings.conf``.  `The Arvados user\ndocumentation\n<http://doc.arvados.org/user/reference/api-tokens.html>`_ describes\nhow to find this information in the Arvados Workbench, and install it\non your system.\n\nTesting and Development\n-----------------------\n\nDebian packages you need to build llfuse:\n\n$ apt-get install python-dev pkg-config libfuse-dev libattr1-dev\n\nThis package is one part of the Arvados source package, and it has\nintegration tests to check interoperability with other Arvados\ncomponents.  Our `hacking guide\n<https://dev.arvados.org/projects/arvados/wiki/Hacking_Python_SDK>`_\ndescribes how to set up a development environment and run tests.\n",
    "bugtrack_url": null,
    "license": "GNU Affero General Public License, version 3.0",
    "summary": "Arvados FUSE driver",
    "version": "2.7.1",
    "project_urls": {
        "Download": "https://github.com/arvados/arvados.git",
        "Homepage": "https://arvados.org"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "90507436fedfd972c365ded15882bc55ff3b31f430b48090491488752794d0a6",
                "md5": "34a0bd5910cf45718e8135134e0d72ad",
                "sha256": "8c9b48e8069d6264a3cb70b6ef9ab9eecb16aa487aa1a864214347878d12baf7"
            },
            "downloads": -1,
            "filename": "arvados_fuse-2.7.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "34a0bd5910cf45718e8135134e0d72ad",
            "packagetype": "bdist_wheel",
            "python_version": "3.7",
            "requires_python": null,
            "size": 46620,
            "upload_time": "2023-12-12T20:52:04",
            "upload_time_iso_8601": "2023-12-12T20:52:04.966551Z",
            "url": "https://files.pythonhosted.org/packages/90/50/7436fedfd972c365ded15882bc55ff3b31f430b48090491488752794d0a6/arvados_fuse-2.7.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f74b83b39e740eec588220aeafc5ddb07ec8506f09c5e8152a9ec342e1938681",
                "md5": "e6459ab26dfc529f2c134007345de87a",
                "sha256": "a55a382259ed01086bee920209b43f5bd5cb2684f5a2b18d8a24dde081bd9257"
            },
            "downloads": -1,
            "filename": "arvados_fuse-2.7.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e6459ab26dfc529f2c134007345de87a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 43622,
            "upload_time": "2023-12-12T20:52:09",
            "upload_time_iso_8601": "2023-12-12T20:52:09.533241Z",
            "url": "https://files.pythonhosted.org/packages/f7/4b/83b39e740eec588220aeafc5ddb07ec8506f09c5e8152a9ec342e1938681/arvados_fuse-2.7.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-12 20:52:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "arvados",
    "github_project": "arvados",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "arvados_fuse"
}
        
Elapsed time: 0.15618s