https://github.com/afgane/bioblend
Raw File
Tip revision: f041b823cff00b80918f66f68fe5e8ab03c16d32 authored by Enis Afgan on 14 September 2015, 14:20:32 UTC
Add more method implementations for openstack; abstract some common methods into the interface class
Tip revision: f041b82
README.rst
.. 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.org/

.. 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.6, 2.7, 3.3 and 3.4
- Galaxy release_14.02 and later.

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

.. References/hyperlinks used above
.. _CloudMan: http://usecloudman.org/
.. _Galaxy: http://usegalaxy.org/
back to top