Files
pcp/bindings/py/test.py
2014-12-14 14:38:30 +01:00

8 lines
85 B
Python
Executable File

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