RETIRED, further work has moved to Debian project infrastructure
Go to file
2013-03-29 10:36:20 +01:00
.idea/libraries Take 2 2012-11-14 17:34:24 +01:00
doc Add M2Crypto to list of dependencies. 2013-02-27 16:06:39 +01:00
example Allow choice of IdP through query parameter. 2013-03-09 16:11:36 +01:00
src New method for consistency. 2013-03-29 10:36:20 +01:00
tests Refactored out session information storage. 2013-03-11 18:31:01 -04:00
tools Modified to work with the refactored crypto backend. 2013-03-05 09:33:31 +01:00
.bzrignore ignore egg-info & doc build directory 2011-04-12 19:27:08 +05:30
.gitignore Some more things for git to ignore. 2013-03-01 11:39:28 +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 Should have had this earlier 2013-02-01 13:50:25 +01:00
MANIFEST.in Initial add 2012-05-23 18:56:51 +02:00
README Fix version number and project name in README.* files 2012-11-28 16:14:20 +11:00
README.rst Fix version number and project name in README.* files 2012-11-28 16:14:20 +11:00
release-howto.rst Initial add 2012-05-23 18:56:51 +02:00
runtests.py Initial add 2012-05-23 18:56:51 +02:00
setup.py Added mongodict as an extra requirement. 2013-03-05 09:34:08 +01:00
TODO Initial add 2012-05-23 18:56:51 +02:00

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

Dependencies
------------
PySAML2 should be compatible with any python >= 2.6 not 3.X yet.
To be able to sign/verify, encrypt/decrypt you need xmlsec1.
The repoze stuff works best together with repoze.who .

* http://www.aleksey.com/xmlsec/
* http://static.repoze.org/whodocs/

Install
-------
You need repoze.who to get the examples working, can be gotten through 
easy_install

    easy_install repoze.who

Or from the PyPi site if you prefer to do it that way.
You should get the latest version, which is right now 1.0.18 .

You also need xmlsec, which you can find 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. Since we do not have
publicly available bug tracker yet, bug reports should be emailed
there too. 

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