Skip to content

Commit 1054fdc

Browse files
author
Roland Hedberg
committed
Added labels to README
1 parent 9b6e0cd commit 1054fdc

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ PySAML2 - SAML2 in Python
55
:Author: Roland Hedberg
66
:Version: 4.0.4
77

8+
.. image:: https://api.travis-ci.org/rohe/pysaml2.png?branch=master
9+
:target: https://travis-ci.org/rohe/pysaml2
10+
11+
.. image:: https://img.shields.io/pypi/pyversions/pysaml2.svg
12+
:target: https://pypi.python.org/pypi/pysaml2
13+
14+
.. image:: https://img.shields.io/pypi/v/pysaml2.svg
15+
:target: https://pypi.python.org/pypi/pysaml2
16+
17+
.. image:: https://img.shields.io/pypi/dm/pysaml2.svg
18+
:target: https://pypi.python.org/pypi/pysaml2
19+
20+
.. image:: https://landscape.io/github/rohe/pysaml2/master/landscape.svg?style=flat
21+
:target: https://landscape.io/github/rohe/pysaml2/master
22+
23+
824
PySAML2 is a pure python implementation of SAML2. It contains all
925
necessary pieces for building a SAML2 service provider or an identity provider.
1026
The distribution contains examples of both.

0 commit comments

Comments
 (0)