@@ -4,23 +4,11 @@ README for PySAML2
4
4
Dependencies
5
5
------------
6
6
PySAML2 should be compatible with any python >= 2.6 not 3.X yet.
7
- To be able to sign/verify, encrypt/decrypt you need xmlsec1.
8
- The repoze stuff works best together with repoze.who .
9
-
10
- * http://www.aleksey.com/xmlsec/
11
- * http://static.repoze.org/whodocs/
12
7
13
8
Install
14
9
-------
15
- You need repoze.who to get the examples working, can be gotten through
16
- easy_install
17
-
18
- easy_install repoze.who
19
-
20
- Or from the PyPi site if you prefer to do it that way.
21
- You should get the latest version, which is right now 1.0.18 .
22
-
23
- You also need xmlsec, which you can find here:
10
+ You will need xmlsec1 to be able to sign/verify, encrypt/decrypt.
11
+ You can find xmlsec1 here:
24
12
25
13
http://www.aleksey.com/xmlsec/
26
14
@@ -41,9 +29,9 @@ Project page on :
41
29
42
30
https://github.com/rohe/pysaml2
43
31
44
- Use the
[email protected] mailing list.
Since we do not have
45
- publicly available bug tracker yet, bug reports should be emailed
46
- there too.
32
+ Use the
[email protected] mailing list.
Bug reports can either be emailed
33
+ to this mailing list of added to the github repository
34
+ https://github.com/rohe/pysaml2.
47
35
48
36
You can subscribe to this mailing list at
49
37
http://delfos.sci.uma.es/mailman/listinfo/pysaml2
0 commit comments