RETIRED, further work has moved to Debian project infrastructure
Go to file
2014-10-28 10:46:42 -04:00
.idea/libraries Added missing parameter. 2014-04-08 17:36:51 +02:00
doc Messed up the documentation. Now trying to fix it. 2014-10-28 10:45:02 -04:00
example Better check 2014-10-02 11:43:52 +02:00
script added scripts to run all sp tests 2014-07-11 11:49:08 +02:00
src Messed up the documentation. Now trying to fix it. 2014-10-28 10:46:42 -04:00
tests Merge branch 'master' of https://github.com/rhoerbe/saml2test 2014-10-26 16:42:03 -04:00
tools Metadata instance is empty until something has been loaded. 2014-10-03 11:13:10 +02: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 Sync 2014-04-01 14:09:51 +02: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 Updated README 2014-02-07 08:54:36 +01:00
README.rst Updated readme to reflect the reality. 2013-12-16 10:30:30 +01:00
release-howto.rst Initial add 2012-05-23 18:56:51 +02:00
setup.py Merge branch 'master' of https://github.com/rhoerbe/saml2test 2014-10-26 16:42:03 -04:00
TODO Various spelling/grammar tweaks and typo fixes. 2014-04-02 04:13:34 -04:00

README for PySAML2
==================

Dependencies
------------
PySAML2 should be compatible with any python >= 2.6 not 3.X yet.

Install
-------
You will need xmlsec1 to be able to sign/verify, encrypt/decrypt.
You can find xmlsec1 here:

    http://www.aleksey.com/xmlsec/

Apart from that a normal
    
    python setup.py install

will install the package.

Documentation
-------------
Look in the doc/ subdirectory.

Comments, support, bug reports
------------------------------

Project page on : 

https://github.com/rohe/pysaml2

Use the Pysaml2@uma.es mailing list. Bug reports can either be emailed
to this mailing list of added to the github repository
https://github.com/rohe/pysaml2.

You can subscribe to this mailing list at
http://delfos.sci.uma.es/mailman/listinfo/pysaml2

Archives are available at 
http://delfos.sci.uma.es/mailman/private/pysaml2/

Contributors
------------
* Roland Hedberg: main author / maintainer
* Lorenzo Gil Sanchez: Django integration