From 1054fdc24ac034173d60c97b4e353eca23330a5b Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Wed, 16 Mar 2016 11:10:09 +0100 Subject: [PATCH] Added labels to README --- README.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.rst b/README.rst index 528f91e..f6abb5d 100644 --- a/README.rst +++ b/README.rst @@ -5,6 +5,22 @@ PySAML2 - SAML2 in Python :Author: Roland Hedberg :Version: 4.0.4 +.. image:: https://api.travis-ci.org/rohe/pysaml2.png?branch=master + :target: https://travis-ci.org/rohe/pysaml2 + +.. image:: https://img.shields.io/pypi/pyversions/pysaml2.svg + :target: https://pypi.python.org/pypi/pysaml2 + +.. image:: https://img.shields.io/pypi/v/pysaml2.svg + :target: https://pypi.python.org/pypi/pysaml2 + +.. image:: https://img.shields.io/pypi/dm/pysaml2.svg + :target: https://pypi.python.org/pypi/pysaml2 + +.. image:: https://landscape.io/github/rohe/pysaml2/master/landscape.svg?style=flat + :target: https://landscape.io/github/rohe/pysaml2/master + + PySAML2 is a pure python implementation of SAML2. It contains all necessary pieces for building a SAML2 service provider or an identity provider. The distribution contains examples of both.