Skip to content

Commit

Permalink
add python support badge
Browse files Browse the repository at this point in the history
  • Loading branch information
gijzelaerr committed Mar 15, 2016
1 parent bf14eb9 commit d0c9e90
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.rst
Expand Up @@ -5,7 +5,9 @@ KLIKO - Scientific Compute Container Specification and Parser
About
-----

KLIKO is a specification, validator and parser for the KLIKO Scientific Compute Container specification. It enables a developer of scientific software to structure the input, output and parameters of a dockerized compute task. KLIKO is written in Python.
KLIKO is a specification, validator and parser for the KLIKO Scientific Compute Container
specification. It enables a developer of scientific software to structure the input,
output and parameters of a dockerized compute task. KLIKO is written in Python.


Installation
Expand Down Expand Up @@ -50,11 +52,14 @@ There are examples of a kliko and parameters file in the ``examples`` folder.
Travis build status
-------------------

.. image:: https://travis-ci.org/gijzelaerr/kliko.svg?branch=master
.. image:: https://img.shields.io/travis/gijzelaerr/kliko.svg
:target: https://travis-ci.org/gijzelaerr/kliko

.. image:: https://coveralls.io/repos/github/gijzelaerr/kliko/badge.svg?branch=master
.. image:: https://img.shields.io/coveralls/gijzelaerr/kliko.svg
:target: https://coveralls.io/github/gijzelaerr/kliko?branch=master

.. image:: https://img.shields.io/pypi/v/kliko.svg
:target: https://pypi.python.org/pypi/kliko

.. image:: https://img.shields.io/pypi/pyversions/kliko.svg
:target: https://pypi.python.org/pypi/kliko

0 comments on commit d0c9e90

Please sign in to comment.