From a8f357e6d1881fc97049a05309961c73e91d54df Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Fri, 31 Oct 2014 20:52:58 -0700 Subject: [PATCH] Messed up the documentation. Now trying to fix it. --- README.rst | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 2a4d215..19477d7 100644 --- a/README.rst +++ b/README.rst @@ -1,11 +1,12 @@ -*********************************************************** -SAML2test - A tool for testing SAML2 and profile compliance -*********************************************************** +************************* +PySAML2 - SAML2 in Python +************************* :Author: Roland Hedberg -:Version: 0.3.0 +:Version: 1.0.0 -SAML2test is a tests tool that will allow an independent validation -of a specific instance of a SAML2 entity. It will test not only if the -instance works according to the SAML2 standard but also if it complies -with a specific profile of SAML2. +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. +Originally written to work in a WSGI environment there are extensions that +allow you to use it with other frameworks.