Metadata-Version: 2.1
Name: bioblend
Version: 0.11.0
Summary: CloudMan and Galaxy API library
Home-page: https://bioblend.readthedocs.io/
Author: Enis Afgan
Author-email: afgane@gmail.com
License: MIT
Description: .. image:: https://img.shields.io/pypi/v/bioblend.svg
            :target: https://pypi.python.org/pypi/bioblend/
            :alt: latest version available on PyPI
        
        .. image:: https://img.shields.io/pypi/dm/bioblend.svg
            :target: https://pypi.python.org/pypi/bioblend/
            :alt: PyPI downloads in the last month
        
        .. image:: https://readthedocs.org/projects/bioblend/badge/
            :alt: Documentation Status
            :target: https://bioblend.readthedocs.io/
        
        .. image:: https://travis-ci.org/galaxyproject/bioblend.png
            :target: https://travis-ci.org/galaxyproject/bioblend
            :alt: Build Status
        
        .. image:: https://landscape.io/github/galaxyproject/bioblend/master/landscape.svg?style=flat
            :target: https://landscape.io/github/galaxyproject/bioblend/master
            :alt: Code Health
        
        
        BioBlend is a Python library for interacting with `CloudMan`_ and `Galaxy`_'s
        API.
        
        BioBlend is supported and tested on:
        
        - Python 2.7, 3.4, 3.5 and 3.6
        - Galaxy release_14.10 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/
        
Platform: Posix; MacOS X; Windows
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering
Provides-Extra: testing
