A single package to install all Arvados client tools
Project description
Arvados Client Tools
Overview
This is a metapackage that lets you install all of the Python client tools for Arvados in one simple command. It's intended for users setting up an interactive environment. It provides:
- the Arvados Python SDK
- command line tools to work with collections and projects:
arv-ls,arv-get,arv-put,arv-copy, andarv-mount - workflow runners
arvados-cwl-runnerandcwltool - reporting tools for workflow performance, cluster activity, and user activity
If you are building your own Arvados client software, it is better to require the specific package(s) you need like arvados-python-client.
Installation
We recommend you install with pipx. First install pipx (it's available as the pipx package in most Linux distributions). Then run:
pipx install --include-deps arvados-tools
Alternatively, if you're comfortable setting up your own virtual environments, you can install the package in one too. For example:
python3 -m venv MYVENV
MYVENV/bin/pip install arvados-tools
Now all the Arvados tools will be available after you activate MYVENV with source MYVENV/bin/activate.
Configuration
This client software needs two pieces of information to connect to Arvados: the DNS name of the API server, and an API authorization token. The Arvados user documentation describes how to find this information in the Arvados Workbench, and install it on your system.
Licenses
The SDK and most command line tools installed are published under the Apache License 2.0. arv-mount and the reporting tools are published under the GNU Affero General Public License 3.0. Refer to the individual component packages for details.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file arvados_tools-3.2.1b2.tar.gz.
File metadata
- Download URL: arvados_tools-3.2.1b2.tar.gz
- Upload date:
- Size: 21.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e1952297e864b0287c356eb029c060d3ce9feb0d6d7e60f8c4647077cdb42f6
|
|
| MD5 |
366916de99af4b5fba3b909f893e4b30
|
|
| BLAKE2b-256 |
29d300e880d00461c1c5dd19305d5587edb7d31efb61c3959c33e525757f5ef4
|
File details
Details for the file arvados_tools-3.2.1b2-py3-none-any.whl.
File metadata
- Download URL: arvados_tools-3.2.1b2-py3-none-any.whl
- Upload date:
- Size: 38.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93c287105927b72f30a876eb1b62f6813004da3f46b4f850c67b49b76312acee
|
|
| MD5 |
ea1fa6044d70fb242ca3f0412d3259da
|
|
| BLAKE2b-256 |
4e600bfec3bd2566c9f9b3cd97313e1b4484212309f77aad37292f6de7ce5c78
|