Mercurial > repos > shellac > sam_consensus_v3
diff env/lib/python3.9/site-packages/bioblend-0.15.0.dist-info/METADATA @ 0:4f3585e2f14b draft default tip
"planemo upload commit 60cee0fc7c0cda8592644e1aad72851dec82c959"
author | shellac |
---|---|
date | Mon, 22 Mar 2021 18:12:50 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/env/lib/python3.9/site-packages/bioblend-0.15.0.dist-info/METADATA Mon Mar 22 18:12:50 2021 +0000 @@ -0,0 +1,59 @@ +Metadata-Version: 2.1 +Name: bioblend +Version: 0.15.0 +Summary: Galaxy and CloudMan API library +Home-page: https://bioblend.readthedocs.io/ +Author: Enis Afgan +Author-email: afgane@gmail.com +License: MIT +Project-URL: Bug Tracker, https://github.com/galaxyproject/bioblend/issues +Project-URL: Documentation, https://bioblend.readthedocs.io/ +Project-URL: Source Code, https://github.com/galaxyproject/bioblend +Platform: Posix; MacOS X; Windows +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.6 +Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Topic :: Scientific/Engineering :: Bio-Informatics +Requires-Python: >=3.6 +Requires-Dist: boto (>=2.9.7) +Requires-Dist: pyyaml +Requires-Dist: requests (>=2.20.0) +Requires-Dist: requests-toolbelt (!=0.9.0,>=0.5.1) +Provides-Extra: testing +Requires-Dist: pytest ; extra == 'testing' + +.. 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 `Galaxy`_ and `CloudMan`_ +APIs. + +BioBlend is supported and tested on: + +- Python 3.6, 3.7, 3.8 and 3.9 +- Galaxy release_17.09 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 +.. _CloudMan: https://galaxyproject.org/cloudman/ +.. _Galaxy: https://galaxyproject.org/ + +