started with python binding

This commit is contained in:
TLINDEN
2014-12-14 14:38:30 +01:00
parent 6f47b86f98
commit 9e71b84c85
9 changed files with 886 additions and 0 deletions

7
bindings/py/test.py Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/local/bin/python
from pypcp import *
sk = Key("tom", "me@there")
sk.dump()