RETIRED, further work has moved to Debian project infrastructure
Go to file
Clint Byrum 133501e69f Fix list assumption in virtual org tests 2015-05-28 09:50:57 -07:00
.idea/libraries Added missing parameter. 2014-04-08 17:36:51 +02:00
doc Added path for alabaster theme in doc config. 2015-04-22 07:22:25 +02:00
example Fix to use the correct Extensions element. 2015-05-26 10:19:17 +02:00
script Fix python3 syntax errors 2015-05-15 11:52:15 -07:00
src Correct python3-incompatible assumptions 2015-05-28 09:50:57 -07:00
tests Fix list assumption in virtual org tests 2015-05-28 09:50:57 -07:00
tools Use six.string_types instead of basestring 2015-05-15 11:52:15 -07:00
work removed non-ascii char \xfe from comments in TODO section 2014-07-05 17:03:09 +02:00
.bzrignore ignore egg-info & doc build directory 2011-04-12 19:27:08 +05:30
.gitignore Fix wrong function document message and add iml in gitignore 2015-05-28 12:56:44 +06:00
.travis.yml Add support for travis-ci continuous integration 2014-10-29 09:46:33 -07:00
CHANGES Initial add 2012-05-23 18:56:51 +02:00
INSTALL Initial add 2012-05-23 18:56:51 +02:00
LICENSE.txt Messed up the documentation. Now trying to fix it. 2014-10-28 10:46:42 -04:00
MANIFEST.in Initial add 2012-05-23 18:56:51 +02:00
README.rst Messed up the documentation. Now trying to fix it. 2014-10-31 20:52:58 -07:00
TODO Various spelling/grammar tweaks and typo fixes. 2014-04-02 04:13:34 -04:00
release-howto.rst Initial add 2012-05-23 18:56:51 +02:00
setup.py Add webob to test_requires for python3 2015-05-21 00:13:26 -07:00

README.rst

PySAML2 - SAML2 in Python

Author

Roland Hedberg

Version

1.0.0

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.