Added labels to README

This commit is contained in:
Roland Hedberg
2016-03-16 11:10:09 +01:00
parent 9b6e0cd6e0
commit 1054fdc24a

View File

@@ -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.