Erick Tryzelaar 961d43a535 HUE-3102 [libsaml] Add support for private key passwords 9 жил өмнө
..
doc 06716d9fd8 [desktop] Import pysaml2 version 2.4.0 10 жил өмнө
example 06716d9fd8 [desktop] Import pysaml2 version 2.4.0 10 жил өмнө
src 961d43a535 HUE-3102 [libsaml] Add support for private key passwords 9 жил өмнө
tools 06716d9fd8 [desktop] Import pysaml2 version 2.4.0 10 жил өмнө
INSTALL 06716d9fd8 [desktop] Import pysaml2 version 2.4.0 10 жил өмнө
MANIFEST.in 06716d9fd8 [desktop] Import pysaml2 version 2.4.0 10 жил өмнө
PKG-INFO 06716d9fd8 [desktop] Import pysaml2 version 2.4.0 10 жил өмнө
README 06716d9fd8 [desktop] Import pysaml2 version 2.4.0 10 жил өмнө
TODO 06716d9fd8 [desktop] Import pysaml2 version 2.4.0 10 жил өмнө
setup.cfg 06716d9fd8 [desktop] Import pysaml2 version 2.4.0 10 жил өмнө
setup.py 06716d9fd8 [desktop] Import pysaml2 version 2.4.0 10 жил өмнө

README

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