Go to file
Roland Hedberg 046204bf6b Numerous changes more than can be stated here.
Basically all the modules made by hand from the SAML XML schemas has been replaced
with modules made by a XML Schema -> Python module script.
This change has caused a lot of necessary changes in code that depends on the format/content
of the SAML modules.
The configuration has changed, partly because the need to support more than one endpoint.
2010-07-21 13:04:15 +02:00
2010-04-09 14:42:55 +02:00
2009-11-10 09:30:16 +01:00
2010-04-17 18:03:59 +02:00
2009-08-19 09:00:10 +02:00

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

Dependencies
------------
Pylint 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://code.launchpad.net/~roland-hedberg/pysaml2/main

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
Description
RETIRED, further work has moved to Debian project infrastructure
Readme 7.4 MiB
Languages
Python 99.7%
Mako 0.1%