Metadata-Version: 2.4
Name: bioblend
Version: 1.7.0
Summary: Library for interacting with the Galaxy API
Author-email: Enis Afgan <afgane@gmail.com>
Maintainer-email: Nicola Soranzo <nicola.soranzo@earlham.ac.uk>
License-Expression: MIT
Project-URL: Homepage, https://bioblend.readthedocs.io/
Project-URL: Documentation, https://bioblend.readthedocs.io/
Project-URL: Bug Tracker, https://github.com/galaxyproject/bioblend/issues
Project-URL: Source Code, https://github.com/galaxyproject/bioblend
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Typing :: Typed
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: PyYAML
Requires-Dist: requests>=2.20.0
Requires-Dist: requests-toolbelt!=0.9.0,>=0.5.1
Requires-Dist: tuspy
Provides-Extra: testing
Requires-Dist: pytest; extra == "testing"
Dynamic: license-file

.. image:: https://img.shields.io/pypi/v/bioblend.svg
    :target: https://pypi.org/project/bioblend/
    :alt: latest version available on PyPI

.. image:: https://readthedocs.org/projects/bioblend/badge/
    :alt: Documentation Status
    :target: https://bioblend.readthedocs.io/

.. image:: https://badges.gitter.im/galaxyproject/bioblend.svg
   :alt: Join the chat at https://gitter.im/galaxyproject/bioblend
   :target: https://gitter.im/galaxyproject/bioblend?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge


BioBlend is a Python library for interacting with the `Galaxy`_ API.

BioBlend is supported and tested on:

- Python 3.9 - 3.14
- Galaxy release 19.05 and later.

Full docs are available at https://bioblend.readthedocs.io/ with a quick library
overview also available in `ABOUT.rst <./ABOUT.rst>`_.

.. References/hyperlinks used above
.. _Galaxy: https://galaxyproject.org/
