recipe arvados-python-client

Python API for Arvados

Homepage:

https://github.com/curoverse/arvados/tree/main/sdk/python

License:

Apache-2.0

Recipe:

/arvados-python-client/meta.yaml

Python API for Arvados, an open source platform for managing and analyzing biomedical big data

package arvados-python-client

(downloads) docker_arvados-python-client

versions:
2.7.2-02.7.1-02.7.0-02.6.3-12.6.3-02.6.2-02.6.1-02.6.0-02.5.0-0

2.7.2-02.7.1-02.7.0-02.6.3-12.6.3-02.6.2-02.6.1-02.6.0-02.5.0-02.4.4-02.4.3-02.4.2-02.4.1-02.4.0-02.3.3-02.3.2-02.3.1-02.3.0-02.2.2-02.2.1-02.2.0-02.1.2-02.1.1-02.1.0-02.0.4-02.0.3.1-02.0.3-02.0.2-02.0.1-02.0.0-01.4.3-01.4.2-01.4.1-01.4.0-01.3.3.20190402172810-01.3.2.20190402172810-01.3.1.20190402172810-01.3.1.20190301150258-11.3.1.20190301150258-01.3.0.20190221150417-01.3.0.20190205182514-11.3.0.20190205182514-01.3.0.20181130020805-01.2.1-01.2.0.20181121194423-01.2.0.20181109162613-01.2.0.20181108215719-01.2.0.20180905185317-00.1.20171211211613-10.1.20171211211613-00.1.20171010180436-00.1.20170818194607-00.1.20161123074954-00.1.20161031135838-00.1.20160517202250-10.1.20160517202250-00.1.20160412193510-00.1.20160331153549-00.1.20160318153100-00.1.20160301181511-0

depends ciso8601:

>=2.0.0

depends dataclasses:

depends future:

depends google-api-core:

<2.11.0

depends google-api-python-client:

>=2.1.0

depends google-auth:

<2

depends httplib2:

>=0.9.2,<0.20.2

depends protobuf:

<4.0.0

depends pycurl:

>=7.19.5.1,<7.45.0

depends pyparsing:

<3

depends python:

>=3

depends ruamel.yaml:

>=0.15.54,<0.17.22

depends setuptools:

>=40.3.0

depends typing-extensions:

>=3.7.4

depends ws4py:

>=0.4.2

requirements:

Installation

You need a conda-compatible package manager (currently either micromamba, mamba, or conda) and the Bioconda channel already activated (see set-up-channels).

While any of above package managers is fine, it is currently recommended to use either micromamba or mamba (see here for installation instructions). We will show all commands using mamba below, but the arguments are the same for the two others.

Given that you already have a conda environment in which you want to have this package, install with:

   mamba install arvados-python-client

and update with::

   mamba update arvados-python-client

To create a new environment, run:

mamba create --name myenvname arvados-python-client

with myenvname being a reasonable name for the environment (see e.g. the mamba docs for details and further options).

Alternatively, use the docker container:

   docker pull quay.io/biocontainers/arvados-python-client:<tag>

(see `arvados-python-client/tags`_ for valid values for ``<tag>``)

Download stats