RETIRED, further work has moved to Debian project infrastructure
Go to file
2015-11-16 15:42:18 +01:00
.idea/libraries Added missing parameter. 2014-04-08 17:36:51 +02:00
doc Some configuration parameters values should be True/False not "true"/"false". 2015-09-01 12:22:21 +02:00
example Check for logout 2015-11-15 10:12:32 +01:00
script Fix python3 syntax errors 2015-05-15 11:52:15 -07:00
src Transition from CoC to CoCo which is the correct name. 2015-11-16 15:41:30 +01:00
tests Don't write subject data to db in tests. 2015-11-12 10:47:34 +01:00
tools Fixed print of entities_descriptor 2015-11-16 15:42:18 +01: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 Update tox.ini to actually run tests and make Travis use it. 2015-11-12 10:54:53 +01: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 Match license text to license='Apache 2.0' in setup.py 2015-06-16 02:14:58 +02:00
MANIFEST.in Match license text to license='Apache 2.0' in setup.py 2015-06-16 02:14:58 +02:00
README.rst Update README.rst 2015-07-13 09:04:15 +02:00
release-howto.rst Initial add 2012-05-23 18:56:51 +02:00
setup.py Remove test dependencies from setup.py. 2015-11-12 13:17:54 +01:00
TODO Various spelling/grammar tweaks and typo fixes. 2014-04-02 04:13:34 -04:00
tox.ini Add pymongo as test requirement in tox. 2015-11-12 13:12:34 +01:00

PySAML2 - SAML2 in Python

Author

Roland Hedberg

Version

3.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.