summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2016-03-16 11:10:09 +0100
committerRoland Hedberg <roland.hedberg@adm.umu.se>2016-03-16 11:10:09 +0100
commit1054fdc24ac034173d60c97b4e353eca23330a5b (patch)
tree5b97e35d030636ef082dc1179a94b0ac32f59258 /README.rst
parent9b6e0cd6e0970386092b4b71a8d48f5d599e837a (diff)
downloadpysaml2-1054fdc24ac034173d60c97b4e353eca23330a5b.tar.gz
Added labels to README
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 528f91ef..f6abb5df 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.