Skip to content

Commit a8f357e

Browse files
author
Roland Hedberg
committed
Messed up the documentation. Now trying to fix it.
1 parent a90db09 commit a8f357e

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.rst

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
***********************************************************
2-
SAML2test - A tool for testing SAML2 and profile compliance
3-
***********************************************************
1+
*************************
2+
PySAML2 - SAML2 in Python
3+
*************************
44

55
:Author: Roland Hedberg
6-
:Version: 0.3.0
6+
:Version: 1.0.0
77

8-
SAML2test is a tests tool that will allow an independent validation
9-
of a specific instance of a SAML2 entity. It will test not only if the
10-
instance works according to the SAML2 standard but also if it complies
11-
with a specific profile of SAML2.
8+
PySAML2 is a pure python implementation of SAML2. It contains all
9+
necessary pieces for building a SAML2 service provider or an identity provider.
10+
The distribution contains examples of both.
11+
Originally written to work in a WSGI environment there are extensions that
12+
allow you to use it with other frameworks.

0 commit comments

Comments
 (0)