:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'pybiolib' .. highlight: bash pybiolib ======== .. conda:recipe:: pybiolib :replaces_section_title: :noindex: BioLib Python Client :homepage: https://github.com/biolib :license: MIT :recipe: /`pybiolib `_/`meta.yaml `_ :links: biotools: :biotools:`biolib` .. conda:package:: pybiolib |downloads_pybiolib| |docker_pybiolib| :versions: .. raw:: html
1.1.2025-01.1.2023-01.1.2017-01.1.2013-01.1.2004-01.1.1998-01.1.1988-01.1.1979-01.1.1974-0 ``1.1.2025-0``,  ``1.1.2023-0``,  ``1.1.2017-0``,  ``1.1.2013-0``,  ``1.1.2004-0``,  ``1.1.1998-0``,  ``1.1.1988-0``,  ``1.1.1979-0``,  ``1.1.1974-0``,  ``1.1.1971-0``,  ``1.1.1957-0``,  ``1.1.1942-0``,  ``1.1.1934-0``,  ``1.1.1930-0``,  ``1.1.1923-0``,  ``1.1.1921-0``,  ``1.1.1917-0``,  ``1.1.1909-0``,  ``1.1.1881-0``,  ``1.1.1879-0``,  ``1.1.1855-0``,  ``1.1.1846-0``,  ``1.1.1834-0``,  ``1.1.1815-0``,  ``1.1.1794-0``,  ``1.1.1780-0``,  ``1.1.1774-0``,  ``1.1.1755-0``,  ``1.1.1749-0``,  ``1.1.1747-0``,  ``1.1.1745-0``,  ``1.1.1703-0``,  ``1.1.1691-0``,  ``1.1.1689-0``,  ``1.1.1685-0``,  ``1.1.1682-0``,  ``1.1.1673-0``,  ``1.1.1666-0``,  ``1.1.1660-0``,  ``1.1.1651-0``,  ``1.1.1648-0``,  ``1.1.1644-0``,  ``1.1.1641-0``,  ``1.1.1626-0``,  ``1.1.1608-0``,  ``1.1.1598-0``,  ``1.1.1571-0``,  ``1.1.1566-0``,  ``1.1.1558-0``,  ``1.1.1542-0``,  ``1.1.1535-0``,  ``1.1.1533-0``,  ``1.1.1530-0``,  ``1.1.1527-0``,  ``1.1.1514-0``,  ``1.1.1508-0``,  ``1.1.1499-0``,  ``1.1.1495-0``,  ``1.1.1478-0``,  ``1.1.1476-0``,  ``1.1.1474-0``,  ``1.1.1467-0``,  ``1.1.1437-0``,  ``1.1.1423-0``,  ``1.1.1412-0``,  ``1.1.1395-0``,  ``1.1.1393-0``,  ``1.1.1367-0``,  ``1.1.1360-0``,  ``1.1.1350-0``,  ``1.1.1342-0``,  ``1.1.1316-0``,  ``1.1.1310-0``,  ``1.1.1306-0``,  ``1.1.1301-0``,  ``1.1.1282-0``,  ``1.1.1277-0``,  ``1.1.1272-0``,  ``1.1.1264-0``,  ``1.1.1225-0``,  ``1.1.1218-0``,  ``1.1.1216-0``,  ``1.1.1207-0``,  ``1.1.1200-0``,  ``1.1.1198-0``,  ``1.1.1194-0``,  ``1.1.1185-0``,  ``1.1.1172-0``,  ``1.1.1167-0``,  ``1.1.1146-0``,  ``1.1.1125-0``,  ``1.1.1121-0``,  ``1.1.1101-0``,  ``1.1.1073-0``,  ``1.1.1065-0``,  ``1.1.1044-0``,  ``1.1.1029-0``,  ``1.1.1027-0``,  ``1.1.1011-0``,  ``1.1.997-0``,  ``1.1.988-0``,  ``1.1.944-0``,  ``1.1.930-0``,  ``1.1.918-0``,  ``1.1.916-0``,  ``1.1.911-0``,  ``1.1.862-0``,  ``1.1.860-0``,  ``1.1.835-0``,  ``1.1.825-0``,  ``1.1.824-0``,  ``1.1.822-0``,  ``1.1.814-0``,  ``1.1.809-0`` .. raw:: html
:depends appdirs: ``>=1.4.3`` :depends click: ``>=8.0.0,<8.1.0`` :depends docker-py: ``>=5.0.3`` :depends flask: ``>=2.0.1`` :depends flask-cors: ``>=3.0.10`` :depends gunicorn: ``>=20.1.0`` :depends importlib-metadata: ``>=1.6.1`` :depends pycryptodome: ``>=3.9.9`` :depends pyjwt: ``>=2.3.0`` :depends python: ``>=3.6,<4.0`` :depends pyyaml: ``>=5.3.1`` :depends requests: ``>=2.25.1,<2.30.0`` :depends rich: ``>=12.4.4,<13.0.0`` :requirements: .. rubric:: Installation You need a conda-compatible package manager (currently either `micromamba `_, `mamba `_, or `conda `_) and the Bioconda channel already activated (see :ref:`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 pybiolib and update with:: mamba update pybiolib To create a new environment, run:: mamba create --name myenvname pybiolib 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/pybiolib: (see `pybiolib/tags`_ for valid values for ````) .. |downloads_pybiolib| image:: https://img.shields.io/conda/dn/bioconda/pybiolib.svg?style=flat :target: https://anaconda.org/bioconda/pybiolib :alt: (downloads) .. |docker_pybiolib| image:: https://quay.io/repository/biocontainers/pybiolib/status :target: https://quay.io/repository/biocontainers/pybiolib .. _`pybiolib/tags`: https://quay.io/repository/biocontainers/pybiolib?tab=tags .. raw:: html Download stats ----------------- .. raw:: html :file: ../../templates/package_dashboard.html Link to this page ----------------- Render an |install-with-bioconda| badge with the following MarkDown:: [![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/pybiolib/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/pybiolib/README.html