README 981 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. README for PySAML2
  2. ==================
  3. Dependencies
  4. ------------
  5. PySAML2 should be compatible with any python >= 2.6 not 3.X yet.
  6. Install
  7. -------
  8. You will need xmlsec1 to be able to sign/verify, encrypt/decrypt.
  9. You can find xmlsec1 here:
  10. http://www.aleksey.com/xmlsec/
  11. Apart from that a normal
  12. python setup.py install
  13. will install the package.
  14. Documentation
  15. -------------
  16. Look in the doc/ subdirectory.
  17. Comments, support, bug reports
  18. ------------------------------
  19. Project page on :
  20. https://github.com/rohe/pysaml2
  21. Use the Pysaml2@uma.es mailing list. Bug reports can either be emailed
  22. to this mailing list of added to the github repository
  23. https://github.com/rohe/pysaml2.
  24. You can subscribe to this mailing list at
  25. http://delfos.sci.uma.es/mailman/listinfo/pysaml2
  26. Archives are available at
  27. http://delfos.sci.uma.es/mailman/private/pysaml2/
  28. Contributors
  29. ------------
  30. * Roland Hedberg: main author / maintainer
  31. * Lorenzo Gil Sanchez: Django integration