RETIRED, further work has moved to Debian project infrastructure
Go to file
Roland Hedberg e2adbb523c Removed while investigating pyasn1 usage 2017-04-24 15:46:07 +02:00
.idea/libraries Added missing parameter. 2014-04-08 17:36:51 +02:00
doc Merge pull request #337 from jgehrcke/patch-1 2016-09-22 08:51:50 +03:00
example Use six instead of futures for PY3 compatibility. 2016-09-23 08:12:58 +02:00
script Fix python3 syntax errors 2015-05-15 11:52:15 -07:00
src 'scoping' not i kwargs 2017-04-24 15:45:46 +02:00
tests Removed while investigating pyasn1 usage 2017-04-24 15:46:07 +02:00
tools Remove leading space before hashbang. 2016-08-29 14:15:45 -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 Ignore test output and vim swap files 2016-08-18 13:35:47 -04: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 Added labels to README 2016-03-16 11:10:09 +01: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 Missing requirement 2016-03-09 15:48:13 +01:00
tox.ini Fixed a problem in parsing metadata extensions. 2015-11-18 10:38:39 +01:00

README.rst

PySAML2 - SAML2 in Python

Author

Roland Hedberg

Version

4.0.4

image

image

image

image

image

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.